Hi Ed. I was in a very strange situation. I need an app for my phone HTC Desire Android 2.2.2 to control my Arduino ping-pong’s robot. And your tutorial was the only one available for creating applications under Android 2.2. The problem is that for several days now I can’t even create a Hello world. For Android 2.3 it is easy to do for Android 2.2 no. Is it possible to create a programming environment in which you can create Android apps for 2.2 or the secret lost forever? Kind regards George
Should be possible, just set your min SDK target to the right number for Android 2.2 (api level is 8).
Login