When run command is running, GeckoView Example has stopped on android emulator locally
Categories
(GeckoView :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: myeongjun.ko, Unassigned)
Details
Attachments
(1 file)
|
93.75 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36
Steps to reproduce:
I have set android environment on locally.
I referred to the following document[0].
mozconfig
ac_add_options --enable-application=mobile/android ac_add_options --target=arm-linux-androideabi ac_add_options --with-android-sdk="/home/mj/.mozbuild/android-sdk-linux" ac_add_options --enable-artifact-builds mk_add_options MOZ_OBJDIR=./objdir-frontend
`
Actual results:
Installation has been completed, but will be terminated before the screen appears.
It occurs in a default emulator environment, I also occurs in x86 emulator.
Expected results:
No problem in action
Can you post a logcat?
I should add that most of us are using x86_64 builds on emulators. I would recommend building/using that.
Also, you can find us in https://chat.mozilla.org/#/room/#geckoview:mozilla.org if you would like realtime help.
Updated•5 years ago
|
| Reporter | ||
Comment 4•5 years ago
|
||
I'm sorry for the late.
I have another sdk. I think that's why there's a collision. I solved the problem by testing it directly on my phone.
If this issue only applies to me, please close it.
Thanks.
Description
•