How to check my application on Android 2.3.5?

I need to check that my application is working fine or not in android 2.3.5, but there is no SDK for 2.3.5 available on the Android developer site. How can I stimulate my application in android 2.3.5, is there any third-party tool, or is this version equal to any other versions of the 2.3 series.

If anyone knows, help me.

thanks

+4
source share
3 answers

Basically, version 2.3.3 → 2.3.7 for Android is the same thing, just some small minor changes.

http://developer.android.com/guide/appendix/api-levels.html

+3
source

Arabic language formation is not fully supported in 2.3.3

+1
source

I was able to debug an application with an actual device that is running Android 2.3.5 using eclipse

0
source

Source: https://habr.com/ru/post/1385470/


All Articles