I'm looking to start some projects controlling an Arduino using an Android phone app.
I have an older version of Eclipse, and I just downloaded Android Studio.
Is there another IDE I should be looking for? Or will one of these do the job?
I'm looking to start some projects controlling an Arduino using an Android phone app.
I have an older version of Eclipse, and I just downloaded Android Studio.
Is there another IDE I should be looking for? Or will one of these do the job?
If you are asking about an environment for Android programming then this is not the right place - even if the eventual plan is for the Android program to talk to an Arduino.
...R
What's wrong with the Arduino IDE?
SteveMann:
What's wrong with the Arduino IDE?
It's not intended for writing programs in Java for an Android device and it does not have access to the libraries that are needed for Android programming.
...R