jaspremium.blogg.se

Android studio 2.2.3 and maven
Android studio 2.2.3 and maven







android studio 2.2.3 and maven

Update : This is fixed in Ionic Framework release 2.0.Is this the same problem you are having? Here's mine.Ī problem occurred configuring project ':react-native-image-picker'.Ĭould not resolve all files for configuration ':react-native-image-picker:classpath'.Ĭould not find :common:25.2.3. Problem solved! :) Unless, you completed remove Android source in platform folder. (You can't use ionic command as it would replace the entire project file). Next, i was able issue ' cordova compile" or " ionic build android" to build my project successfully. To resolve this, I edit "adle", remove mavenCentral to make it look like code below :. Https : ///content/repositories/snapshots/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.jar Required by : :: unspecifiedĪfter some time, this error comes from CordovaLib (reference projects for Cordova). Https : ///content/repositories/snapshots/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.pom m2 / repository / com / android / tools / build / gradle / 2.2. Searched in the following locations :įile : /home/ ubuntu /. > Could not resolve all dependencies for configuration ':classpath'. Would still trying to find a better solution here.Ī problem occurred configuring root project ' '. I was able to compile and run it using Android studio 2. Seems like :gradle:2.2.3 is not listed in (but is available in jcenter). Faced this problem when trying to build android using ionic2/cordova.









Android studio 2.2.3 and maven