1 year, 4 months ago
via android-questions.com
Where can you download the Software Development Kit for Androids?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
Software for Android devices are developed in Java, using the Android API structure.
The android SDK can be found:
http://developer.android.com/sdk/index.html
Most people develop android applications in an IDE. The IDE of choice is Eclipse:
http://www.eclipse.org/downloads/
Android Development Tools are useful for automating some of the tedious setup:
http://developer.android.com/sdk/eclipse-adt.html
People often refer to Android by it's shortened term, Droid. However, you should be cautious when assuming this, or using it yourself since it can also be used to refer to Motorola's flagship device named "Droid" (although since the Droid runs Android...the lines blur a bit)
The android SDK can be found:
http://developer.android.com/sdk/index.html
Most people develop android applications in an IDE. The IDE of choice is Eclipse:
http://www.eclipse.org/downloads/
Android Development Tools are useful for automating some of the tedious setup:
http://developer.android.com/sdk/eclipse-adt.html
People often refer to Android by it's shortened term, Droid. However, you should be cautious when assuming this, or using it yourself since it can also be used to refer to Motorola's flagship device named "Droid" (although since the Droid runs Android...the lines blur a bit)
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse