Re: [android-developers] developing with higer sdk than minimun target

2013-10-28 Thread firebreather
On Tuesday, October 22, 2013 5:40:48 PM UTC-5, TreKing wrote: On Tue, Oct 22, 2013 at 4:50 PM, firebreather michaelir...@gmail.comjavascript: wrote: is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? You run the

Re: [android-developers] developing with higer sdk than minimun target

2013-10-23 Thread Siva Kumar
If you are using any new API which is not available in version 2.3.3 then you face problem,otherwise it works fine On Oct 23, 2013 3:22 AM, firebreather michaelirvingbr...@gmail.com wrote: is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in

Re: [android-developers] developing with higer sdk than minimun target

2013-10-23 Thread Daniele Segato
On Tue, Oct 22, 2013 at 11:50 PM, firebreather michaelirvingbr...@gmail.com wrote: is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? in other words, if i'm developing on android 4.0.3 version 15 sdk/api will the app work

[android-developers] developing with higer sdk than minimun target

2013-10-22 Thread firebreather
is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? in other words, if i'm developing on android 4.0.3 version 15 sdk/api will the app work correctly on an android 2.3.3 api phone. currently my app has been working on both

Re: [android-developers] developing with higer sdk than minimun target

2013-10-22 Thread TreKing
On Tue, Oct 22, 2013 at 4:50 PM, firebreather michaelirvingbr...@gmail.comwrote: is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? You run the risk of using new APIs that won't exist on older versions. in other words, if