Questions tagged [android-gradle-3.0]

Use this tag for questions specifically related to the version 3 of the Android Gradle Plugin, for generic questions use the android-gradle tag.

Version 3 of the Android Gradle Plugin is Android's standard build system. It is used as backing-build-system by Android Studio.

123 questions
0
votes
1 answer

Android-studio 3.0-beta6 aapt failed in libc++.so

I'm starting to get aapt error in mergeDebugResources task after updating to Android-Studio beta-6 and gradle to 3.0.0-beta6: :mergeDebugResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task…
Kirill
  • 7,580
  • 6
  • 44
  • 95
-1
votes
1 answer

error in android application class but app is working fine

enter image description here Application class looks like this but app working fine .. why is this showing error ?
-1
votes
1 answer

error when adding compile 'com.google.android.gms:play-services:11.0.1'

I have an error when I put compile 'com.google.android.gms:play-services:11.0.1' apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "26.0.1" defaultConfig { …
1 2 3
8
9