Iam using Android Studio, and generated APK with build generate signed bundle / APK. In some Android phone it's works, but in other phone it could be cannot installed or install with can't execute properly some function.
My APK :
https://github.com/budim12/TPGAPK/blob/master/tpg-v0.3.2.2.1.apk
How i can check it / trace it / solve the problem, in phone with error function when i run this app. I test with usb mode, but nothing error pop up, but when i use APK, it got error function.
Add Note for broken app but success install :
- Could show login menu, could check if its empty input box or not
- But fail when get data json from API web services
Build Gradle link (remove space) :
https://pastebin .com/UkTSLcp5
Signed APK :
Thanks.