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
Post a Comment