


> Could not find any matches for :support-v4:22.0.+ as no versions of :support-v4 are available.įile:/opt/android-studio/gradle/m2repository/com/android/support/support-v4/maven-metadata.xmlįile:/opt/android-studio/gradle/m2repository/com/android/support/support-v4/ĭroneRacingApp:drone:unspecified > com.parrot:arsdk:3.9.2 > com.parrot:libARDiscovery:3.9.2Įdit: I tried to add :appcombat-v7:21.0.0.3 in the dependencies to see if it solves the problem but I get this error Error:(5, 13) Failed to resolve: :appcombat-v7:21.0.0.3 > Could not find :appcompat-v7:21.0.3.įile:/opt/android-studio/gradle/m2repository/com/android/support/appcompat-v7/21.0.3/appcompat-v7-21.0.3.pomįile:/opt/android-studio/gradle/m2repository/com/android/support/appcompat-v7/21.0.3/appcompat-v7-21.0.3.jarĭroneRacingApp:drone:unspecified > com.parrot:arsdk:3.9.2 I should mention that I haven’t build the SDK, following this reply on a previous post.Īn this is the error I get when making the module (I have put the parrot dependencies at top of the dependencies when trying this): Error:Could not resolve all dependencies for configuration ':drone:compileClasspath'. Here is the _adle of the drone module: apply plugin: 'java'Ĭompile fileTree(include:, dir: 'libs') The part using the sdk in my project is included in a java library module named drone, so I’ve just added the dependency for that module. By doesn’t work, I mean I can’t import classes from the SDK and the module fails to build.

I followed the instruction from the doc to include the SDK in my project, that mean just adding the line com.parrot:arsdk:3.9.2 to my adle, but still it doesn’t work. I am now trying to code for the first time with Parrot’s SDK3 on android.
