Android app .apk installed but it shows the welcome screen only

0
Hi guys,   I Have created native mobile application and I generated the APK file also.  If I installed it into the android device it shows the ( below attached ) welcome screen only.   snap here for your understood   Can anyone knows how to resolve it please let me know..   Regards venkat
asked
1 answers
0

Hello

 

While running your app, use the Android Studio Logcat to look for any error message in the log. One possible reason for this error is a communication failure between your device and the server.

 

You can also generate the custom developer app launcher (a custom Make it Native) and run your app pointing to the localhost. In case of success, the reason commented above gets more feasible.

answered