[android-developers] sdk version Compatibility

2012-07-14 Thread reshmy anup
Hi.. I have created an android application in sdk 2.3.3.It is working in 4.0.3 also. But it is crashing in samsung galaxy s3.The os version of that device is 4.0.4.Is there any particular reason for that crashing in s3?It is working fine in s2. Thanks and regards Reshmy. -- You received

Re: [android-developers] sdk version Compatibility

2012-07-14 Thread Mark Murphy
On Thu, Jul 12, 2012 at 9:37 AM, reshmy anup reshmyanu...@gmail.com wrote: I have created an android application in sdk 2.3.3.It is working in 4.0.3 also. But it is crashing in samsung galaxy s3.The os version of that device is 4.0.4.Is there any particular reason for that crashing in s3? It

Re: [android-developers] sdk version

2012-04-30 Thread Rushyang Darji
It depends what kind of APIs you have used in your application. First you'll have to test that app on different AVDs and then real devices. Finally you'll have to specify SDKVersions in Manifest. http://developer.android.com/guide/topics/manifest/uses-sdk-element.html regards, Rushyang Darji

[android-developers] sdk version

2012-04-27 Thread fachhoch
if I want to deploy my app in a real device should that device sdk version match with my app sdk version? Also how can I find the sdk version of any device? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] sdk version

2012-04-27 Thread Mark Murphy
On Fri, Apr 27, 2012 at 2:51 AM, fachhoch fachh...@gmail.com wrote: if I want to deploy my app in a real device should that device sdk version  match with my app sdk version? Not necessarily. http://developer.android.com/guide/appendix/api-levels.html Also how can I find the sdk version of

Re: [android-developers] sdk version

2012-04-27 Thread Chandra Sekhar
just keep this line in your Androidmanifest -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] sdk version

2012-04-27 Thread Chandra Sekhar
uses-sdk android:minSdkVersion=4 / -- -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] sdk version

2012-04-27 Thread Chandra Sekhar
uses-sdk android:minSdkVersion=4 / now it supports starting os version with 1.6 and ending with current version 4.0.3 -- -- -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] SDK VERSION?

2012-03-21 Thread Abhilash baddam
Hi Friends, For my Application I am using target version as API Level 8 and I mentioned minSdkVersion in manifest as 7. 1) If the user is having SDCard automatically I want to install my app in SDCard other wise in internal memory. For that I mentioned android:installLocation=preferExternal in

Re: [android-developers] SDK VERSION?

2012-03-21 Thread TreKing
Did you have a question? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are

[android-developers] SDK version problem

2009-12-08 Thread Lieuwe
Hi, I have this strange problem here. I am fairly new to Android development and I was just playing around putting a few bits and pieces from several samples together. I created (in Eclipse) an Android 1.5 project (thats sdk version 3 right?) .. now it creates the apk file no problem, Eclipse