I have a problem with Android Studio and Gradle to import appcompat-v7
.
So here is my src/build.gradle
:
apply plugin: \'andro
I'm an Ubuntu user and I had the same problem. I followed pyus13's answer and I gave the write permissions to the project folder instead of giving it to android-studio and android-sdk-linux. Also, the command
sudo chmod 7777 /your/project/path
didn't work. But,
sudo chmod 757 -R /your/project/path
worked perfectly.
For me the issue was with the folder that the file was being unzipped to. Deleting that and running the build again sorted it out
Follow these Steps and make Build Successful
cd android/
./gradlew clean
in my case it was the AAR too large,and i don't use the git lfs