NBA with gradle cannot find support.v4:23.0.0 and later versions. Can find earlier versions

Issue #70 new
Former user created an issue

I have a strange problem in that NB + gradle will only accept support.v4 up to version 22.x.x.

I have made a minimalistic project with the only code as seen in the attached snapshot. The app loads fine and makes its toast, but the editor/compiler is in deep trouble as it indicates it cannot see the libraries set as dependencies in build.gradle.

It has defined mavenLocal() in order to force use of local copies of the Android SDK libraries

When I run this project in Android Studio, everything is fine. Something is going on in NB + gradle that is not equal to the handling in Android Studio.

Please help.

Comments (2)

  1. Carl Janson

    A one minute job: If anyone care to open this project in NetBeans and report what happens? If you get the same error using the dependency to support.v4:23.0.0, then try to revert to support.v4.22.xx.xx. Does it help?

  2. Log in to comment