Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Gradle Project Information. Please check if the IDE successfully synchronized its state with the Gradle Project Model

Tags:

android

I found this error while exporting apk/sdk from android studio. I dont know how to solve this. please help.:

Missing Gradle Project Information. Please check if the IDE successfully synchronized its state with the Gradle Project Model.

thanks!!!

like image 226
Neeraj Mahawar Avatar asked Dec 29 '14 20:12

Neeraj Mahawar


People also ask

Why is my gradle not syncing?

For this, you have to connect your PC to the internet and you have to open your Android studio. After opening your project click on the Sync Project with Gradle files option. This will automatically download the new Gradle files and will fix the issue which is caused by the Gradle files.

How do I sync a project with gradle files?

Open your gradle. properties file in Android Studio. Restart Android Studio for your changes to take effect. Click Sync Project with Gradle Files to sync your project.

What is gradle sync in Android Studio?

Gradle sync is a gradle task that looks through all of your dependencies listed in your build. gradle files and tries to download the specified version.


2 Answers

Just go to menu > tools > Android > Sync Project with Gradle Files. Hope this will work for you. good luck

like image 151
Amin SZ Avatar answered Sep 20 '22 11:09

Amin SZ


For those with the same problem, in android studio 3.1.4 it is just file -> Sync Project with Gradle Files

like image 25
Daniel Garcia Avatar answered Sep 18 '22 11:09

Daniel Garcia