luke2012 Well-Known Member Licensed User Longtime User Jun 17, 2013 #1 Hi to all, I have a question about Jelly Bean compatibility. I have developed my app on API level 8 with minSDK 4. In order to support the compatibility with the last Jelly Bean version wich is the checklist to make it possible?
Hi to all, I have a question about Jelly Bean compatibility. I have developed my app on API level 8 with minSDK 4. In order to support the compatibility with the last Jelly Bean version wich is the checklist to make it possible?
Erel B4X founder Staff member Licensed User Longtime User Jun 17, 2013 #2 You application will be supported by Android 1.6+. Upvote 0
luke2012 Well-Known Member Licensed User Longtime User Jun 17, 2013 #3 So do you confirm that : 1) No need to change API Path in Project Menu (now point to Android API 8 folder) 2) My manifest have minSDK = 4 and targetSDK = 14. With this settings my app will bel supported in all new Android SDK versions ? Thanks Upvote 0
So do you confirm that : 1) No need to change API Path in Project Menu (now point to Android API 8 folder) 2) My manifest have minSDK = 4 and targetSDK = 14. With this settings my app will bel supported in all new Android SDK versions ? Thanks
luke2012 Well-Known Member Licensed User Longtime User Jun 17, 2013 #5 Erel said: Yes. Click to expand... Thanks for your reply Erel! Upvote 0