[android-developers] Re: Unable to Install .apk

2010-07-09 Thread Dr. Mike
The app has an AndroidManifest file which specifies (usually) the lowest level of device your app will run on. If your app is building under 2.2 (sdk 8) and your phone is 2.0 (sdk 7) it will not install. See http://developer.android.com/guide/appendix/api-levels.html On Jul 4, 5:39 am, diptendu

Re: [android-developers] Re: Unable to Install .apk

2010-07-09 Thread diptendu das
Thank you Dr. Mike. now its workin.. On Thu, Jul 8, 2010 at 10:44 AM, Dr. Mike mjwelch...@ekgreaders.com wrote: The app has an AndroidManifest file which specifies (usually) the lowest level of device your app will run on. If your app is building under 2.2 (sdk 8) and your phone is 2.0 (sdk