Reputation: 13752
I need to check my application works fine or not in android 2.3.5 , but there is no SDK for 2.3.5 available in android developer site. How can i stimulate my app in android 2.3.5 , whether any third party tool is there or these version is equal to any other 2.3 series versions.
If any one knows help me out.
Thanks
Upvotes: 4
Views: 7398
Reputation: 638
I managed to debug the app with actual device that run Android 2.3.5 using eclipse
Upvotes: 0
Reputation: 15079
Basically, Android version 2.3.3 -> 2.3.7 are the same, just some really small minor changes.
http://developer.android.com/guide/appendix/api-levels.html
Upvotes: 3