-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
hello. In fact, this is my problem. from yesterday to today's afternoon , I was trying to construct Euphony's sample project in Android studio. but too many error make me sad. after all, I had to run Emulator(AVD device) because my phone is iPhone, but Emulator setting forced a lot of time to fix this problem. Today, I was listening the Git education of OSSCA and fixing my error with yeonns at the same time. It was confused. Luckliy, I solved my problem. I really appreciate her. The original File wasn't work in my Android studio, So I used modified version of yeonns. first, you should select path of the File, Open the git bash and write $ git pull yeonns layout $ git log -5 --pretty=oneline
you must check these options before build the project. ("Euphony_collector" by kotlin) Set PC and Emulator's volume max. You will hear little sound. It's soundwave. And,,, You may get Errors like these: I refered this page to solve the problem. I hope it will be helpful for us. Of course, you don't have to refer this if you have an android device. |
Beta Was this translation helpful? Give feedback.
-
@chaso1495 Thank you for detailed screenshot and explanation! In fact, I thought that
run this:
Your answer will be very helpful for those who want to run |
Beta Was this translation helpful? Give feedback.
-
It helped a lot. It would be better if the emulator setting part was added to docs.👍 |
Beta Was this translation helpful? Give feedback.
hello. In fact, this is my problem. from yesterday to today's afternoon , I was trying to construct Euphony's sample project in Android studio. but too many error make me sad. after all, I had to run Emulator(AVD device) because my phone is iPhone, but Emulator setting forced a lot of time to fix this problem. Today, I was listening the Git education of OSSCA and fixing my error with yeonns at the same time. It was confused. Luckliy, I solved my problem. I really appreciate her.
The original File wasn't work in my Android studio, So I used modified version of yeonns.
first, you should select path of the File, Open the git bash and write
$ git remote add yeonns https://github.com/yeonns/eu…