Robin van Oeveren
Posts: 0
Joined: Wed Sep 25, 2013 3:45 pm

Android App not working after installing on mobile device

I created an .apk file for the Android version of my app. This apk file is installed on my mobile device, but when I run it nothing happens.

Where can I find a manual to take all appropriate steps to use my app and communicate with the backend on my laptop?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Android App not working after installing on mobile device

Hello,

What exactly doesn't work? You could try to debug you app using browser. This doc will show you how to do this: http://docs.appery.io/documentation/d...

If you want to debug .apk file, you can use adb logcat.
http://developer.android.com/tools/he...

Robin van Oeveren
Posts: 0
Joined: Wed Sep 25, 2013 3:45 pm

Android App not working after installing on mobile device

Hoi Igor,

The app itself is working fine now; I have developed and debugged the app in the OE mobile app builder. Afterwards I created a .apk file from the OE development studio and installed the app of my mobile device. So far no problems. Now I want to start the app on my device and it is not working (only looking at a spinner).

Probably I need to take additional actions to deploy the app correctly, so I will be able to run the app on my mobile device. Do you know which steps have to be taken to deploy an android app correctly?

Return to “Issues”