Error after installing .apk in android device -
i have developed 1 android application. have installed .apk in samsung galaxy pop. has installed when i'm trying open it, gives me error "application unexpectedly close". application works fine on emulator. don't know problem. please give me proper suggestions regarding it.
first of check screen sizes in manifest.. check permissions ur application need added in ur manifest? check versions supported application.. <uses-permission /> <permission /> <permission-tree /> <permission-group /> <instrumentation /> <uses-sdk /> <uses-configuration /> <uses-feature /> <supports-screens /> <compatible-screens />
Comments
Post a Comment