How do I install the Android SDK into Netbeans 8.0 How do I install the Android SDK into Netbeans 8.0 android android

How do I install the Android SDK into Netbeans 8.0


Netbeans is also a good environment for android developement, you can refer this link for setting android sdk into netbeans :

https://forums.netbeans.org/topic51543.html


On a 14.10 Utopic Ubuntu amd64 desktop I had to place the following export in ~/.profile

export ANDROID_HOME=/home/username/adt/sdk

Netbeans 8 didn't see the environment variable in the ~/.bashrc, but after exporting it in ~/.profile, Netbeans found the SDK.Be sure to replace the username and use your local adt install path.