Hello guys, I’m experiencing a problem here, not sure is this bug or not.
Why is my .apk prototype only running well on my phones I used to preview but cannot run in other device (app has stopped).
What I did is just
fuse build --target=Android
and copy the .apk file from Debug folder to my target device.
The .apk installed successfully, but the app cannot run and it says “the app has stopped”.
The target device is running on Android 4.4.2, my preview devices is running on Android 4.4.2 and Android 5.1.1
What did I miss?
Thank you