Discussion:
Could not find com.android.tools.build:gradle-experimental:0.11.1.
Rushi
2018-06-26 17:28:36 UTC
Permalink
Hello All,
I am trying to upgrade Android studio from 3.0.1 to 3.1.3 and my project
works on 3.0.1 without any issues ,but on the latest version i get the
following error



<Loading Image...>
*And this is my build.gradle file *

<Loading Image...>
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/64f07f96-72fd-4136-9537-0505e9cd313e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Andrew Esh
2018-07-03 20:19:10 UTC
Permalink
Also, my repositories is this:
repositories {
jcenter()
google()
}

Maybe the google repository has versions of gradle that are more suited for
use with later versions of Android Studio.
Post by Rushi
Hello All,
I am trying to upgrade Android studio from 3.0.1 to 3.1.3 and my project
works on 3.0.1 without any issues ,but on the latest version i get the
following error
<https://lh3.googleusercontent.com/-QZkUE9pgs_E/WzJ22Y5SiFI/AAAAAAAACqk/B-8s5h4drEwMlnBktkI7GvjN86Yp5s9UwCLcBGAs/s1600/AIDSinfoGuidelines____Mobile_Projects_Android-3-1-3_AIDSinfo-Guideline-App-Android_AIDSinfoGuidelines__-_ndklibrary.png>
*And this is my build.gradle file *
<https://lh3.googleusercontent.com/-3pyD0CzH0Fw/WzJ3SeP7yVI/AAAAAAAACqs/HgWxProookQxIVY7dAiR0mjOfh1I39uegCLcBGAs/s1600/gradle.png>
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/391559f3-b1ab-4922-b6e5-4fe166252143%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Andrew Esh
2018-07-03 20:17:45 UTC
Permalink
That's very old. Mine is:

classpath 'com.android.tools.build:gradle:3.2.0-beta01'

Maybe you should check if you can upgrade yours, depending on your other
project version choices.
Post by Rushi
Hello All,
I am trying to upgrade Android studio from 3.0.1 to 3.1.3 and my project
works on 3.0.1 without any issues ,but on the latest version i get the
following error
<https://lh3.googleusercontent.com/-QZkUE9pgs_E/WzJ22Y5SiFI/AAAAAAAACqk/B-8s5h4drEwMlnBktkI7GvjN86Yp5s9UwCLcBGAs/s1600/AIDSinfoGuidelines____Mobile_Projects_Android-3-1-3_AIDSinfo-Guideline-App-Android_AIDSinfoGuidelines__-_ndklibrary.png>
*And this is my build.gradle file *
<https://lh3.googleusercontent.com/-3pyD0CzH0Fw/WzJ3SeP7yVI/AAAAAAAACqs/HgWxProookQxIVY7dAiR0mjOfh1I39uegCLcBGAs/s1600/gradle.png>
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/dd360ea2-bb1a-4928-89e8-06b0b990758b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alex Cohn
2018-07-15 10:28:52 UTC
Permalink
The experimental gradle plugin is not supported anymore, here is the
official guide to
migrate: http://tools.android.com/tech-docs/new-build-system/gradle-experimental/migrate-to-stable.

BR,
Alex
Post by Rushi
Hello All,
I am trying to upgrade Android studio from 3.0.1 to 3.1.3 and my project
works on 3.0.1 without any issues ,but on the latest version i get the
following error
<https://lh3.googleusercontent.com/-QZkUE9pgs_E/WzJ22Y5SiFI/AAAAAAAACqk/B-8s5h4drEwMlnBktkI7GvjN86Yp5s9UwCLcBGAs/s1600/AIDSinfoGuidelines____Mobile_Projects_Android-3-1-3_AIDSinfo-Guideline-App-Android_AIDSinfoGuidelines__-_ndklibrary.png>
*And this is my build.gradle file *
<https://lh3.googleusercontent.com/-3pyD0CzH0Fw/WzJ3SeP7yVI/AAAAAAAACqs/HgWxProookQxIVY7dAiR0mjOfh1I39uegCLcBGAs/s1600/gradle.png>
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/e266e056-53ee-40ec-a929-88b660a44dbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...