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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -