0

problem already explained in the topic. I already looked at:

I made a screenshot with the things I can see:

enter image description here

Furthermore I'm using NetBeans. Hope you can help me

Community
  • 1
  • 1
nicksheen
  • 550
  • 6
  • 23
  • Still a few more links to check: [this](http://stackoverflow.com/questions/41428142/could-not-resolve-all-dependencies-for-configuration-androidruntimenoretrolamb/41429174#41429174) or [this](http://stackoverflow.com/questions/41133317/javafxports-android-gradle-task-requires-android-support-library-which-is-re) – José Pereda Jan 13 '17 at 13:45
  • AFAIK, that SDK Manager is no longer supported. Your choices are the Android Studio SDK Manager or possibly [the `sdkmanager` tool](https://commonsware.com/blog/2016/12/12/sdkmanager-command-line-sdk-installs.html). Also, AFAIK, Google discontinued distributing standalone copies of the Android Support Library. "I'm using NetBeans" -- see if there is support for Maven-style artifacts in NetBeans. If so, the Android Support Repository will be your source for the support artifacts. – CommonsWare Jan 13 '17 at 13:46
  • Does NetBeans even support Android development? – OneCricketeer Jan 13 '17 at 14:05

1 Answers1

0

Download me

Download, unzip it and put it into the androids sdk\extras\android Folder. Than the Android Support Library should show up

ORY
  • 393
  • 1
  • 4
  • 11