APk is not getting installed in kitkat, it's getting closed once we click on "install" button. it is successfully getting installed via debugging and command prompt. No screen related apps are installed on the phone. please help me to find solution Thanks in advance
Asked
Active
Viewed 290 times
1
-
2"it's getting closed once we click on "install" button" -- apps are not opened when you click the "install" button. Apps are installed when you click the "install" button. Apps are opened when you click the "open" button after installation, or via a launcher icon. Assuming that you are doing one of those things, check LogCat to look for stack traces or other errors from your app's process: https://stackoverflow.com/questions/23353173/unfortunately-myapp-has-stopped-how-can-i-solve-this – CommonsWare Sep 21 '15 at 12:48
-
see this "http://stackoverflow.com/questions/33967703/unable-to-instantiate-application-com-android-tools-fd-runtime-bootstrapapplicat" – Nilabja May 26 '16 at 06:11