How can I modify my existing app to support an earlier version of the Android OS? -


i upgraded app android 2.1 2.2, didn't realize of users still running android 2.1. can't update anymore. can downgrade app 2.1?

thanks

you need set minsdkversion(api 7 is 2.1 compatible believe) approriate api in manifest , make sure code compliant. can find information in android documentation


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -