This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
want to create Android applications using am335xevm board.
I would like to know if any development environment built on the guide.
Address what happens if?
Thank you
There is Android SDK+Eclipse for APKs, to develop Native applications you can use Android NDK.
In addition you can use Code Composer Studio + Android SDK+ Eclipse, check next post
http://e2e.ti.com/support/omap/f/849/p/191653/686470.aspx#686470
Using Android SDK and Eclipse plugin gives a detailed and specific function and arguments description, syntax check, debugger options, profiler, allows ADB-DDMS communication to the device using graphical way as command line, it has support for all previous Android releases, samples for Android SDK and more, a very complete environment.
http://developer.android.com/tools/index.html
http://developer.android.com/tools/help/index.html
What do you mean by "What happens if?"
Is it the syntax check up and arguments description?