I Just installed Android studio today and i am facing the error as in the screenshot, I don't know what to do there any one who can hel me with this problem?
Asked
Active
Viewed 53 times
-1
-
Make sure your Gradle settings are not in offline mode when loading the project for the first time. – Mike Feb 02 '17 at 04:34
-
How to do that? – Jaison_Joseph Feb 02 '17 at 04:35
-
1all files are not downloaded properly..connect to internet – varun aaruru Feb 02 '17 at 04:35
-
Means , how to redownload ? – Jaison_Joseph Feb 02 '17 at 04:35
-
is your system connected to internet – Deepak John Feb 02 '17 at 04:36
-
File > Settings > Build, Execution and Deployment > Gradle, Uncheck offline work and use default gradle wrapper – Mike Feb 02 '17 at 04:36
-
connect to internet and restart or refresh andoid studio @Jaison_Joseph – varun aaruru Feb 02 '17 at 04:36
-
I am pretty sure he is connected since he is replying to us right now... – Mike Feb 02 '17 at 04:37
-
If I connect also... Getting the same problem – Jaison_Joseph Feb 02 '17 at 04:37
-
1Possible duplicate of [Android Studio 2.2 giving error while creating new project](http://stackoverflow.com/questions/39698082/android-studio-2-2-giving-error-while-creating-new-project) – varun aaruru Feb 02 '17 at 04:38
-
Wt to do now ? – Jaison_Joseph Feb 02 '17 at 04:39
-
I have the old version of Android studio in my computer installed, should i uninstall that ? – Jaison_Joseph Feb 02 '17 at 04:41
-
If my application contain floating button then only it is showing that error – Jaison_Joseph Feb 02 '17 at 04:50
1 Answers
1
Update your SDK Manager
Tools > Android > SDK Manager or click SDK Manager in toolbar.
By default its showing what are packages to be update if you want more select the pakages on the list then update and clean and rebulild the project it will work.

sasikumar
- 12,540
- 3
- 28
- 48
-
-
The latest one is SDK Tools, Revision 25.2.5 (Released on January 2017) – sasikumar Feb 02 '17 at 04:43
-
If my application contain floating button then only it is showing that error@sasikumar – Jaison_Joseph Feb 02 '17 at 04:49
-
Check your build.gradle file, do you use support design lib version 23.2, like compile 'com.android.support:design:23.2.0' if so, change it to version 23.1.0 compile 'com.android.support:design:23.1.0' – sasikumar Feb 02 '17 at 04:54