2

I've installed the Android SDK into NetBeans 8.0 in Ubuntu 13.10 and I've specified the SDK location in Tools>Option>Miscellaneous>Android and key loaded too. But when i create new Android project it says to me that the SDK location is not specified

How can i resolve this problem ?!

maxx777
  • 1,320
  • 1
  • 20
  • 37
Spartan
  • 1,167
  • 4
  • 20
  • 40

3 Answers3

0

Go to nbandroid.org and install the Android plugin and also ask your questions there, on the mailing list.

0

go into the android sdk folder, run tools/android update sdk --no-ui

0

You may miss the android platform tool. see this: https://bitbucket.org/nbandroid/nbandroid/issues/28/android-sdk-location-clears-upon-pushing

  • 1
    Please avoid posting link-only answers. It is better to include a summary of the link in your post, in case the link goes stale at a later date. – Tom Lord Oct 28 '16 at 09:55