Questions tagged as 'build.gradle'

1
answer

Error: android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProcessor' configuration instead

today I updated Android Studio from 2.3 to 3.0, likewise the Gradle plugins were updated but in this one of my projects shows me this error (Error: android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProcesso...
asked by 26.10.2017 / 16:14
1
answer

Error: Execution failed for task ': app: transformDexArchiveWithExternalLibsDexMergerForDebug'

Today I want to generate my APK and trying to do it I find this error: Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.    java.lang.RuntimeException: java.lang.RuntimeException:    com.android.bu...
asked by 07.11.2017 / 17:44
1
answer

Fail Android studio compatibility

I have a problem with my application. I currently program it in api 23 marshmallow android and I was running it on a Moto G5 plus physical device from api24 and it worked perfectly, but, try to test it on a Samsum j5 prime of api 23 and not it w...
asked by 16.09.2018 / 22:20
1
answer

Android Error No matching client found for package name 'company.payname.packagename'

Hello it turns out that I do not have any compilation errors in my android studio, but when I try to run the app, I get this Gradle error:    No matching client found for package name   'company.packagename.packagename' Does anyone know h...
asked by 25.04.2018 / 15:08
2
answers

Error compiling app firebase build.gradle

I want to add to my firebase app, I followed the instructions of the firebase web to be able to complícate it in my build.gradle, but when compiling compile 'com.google.firebase: firebase-messaging: 10.2.6' it gives me this error, and I do not k...
asked by 23.09.2017 / 13:41
1
answer

Error No resource found that matches the given name 'android: TextAppearance.Material.Widget.Button.Borderless.Colored

After compiling my gradle file, it marks me the following errors:    Error: (3) Error retrieving parent for item: No resource found that matches the given name 'android: TextAppearance.Material.Widget.Button.Borderless.Colored'.       Error:...
asked by 12.08.2017 / 16:49
1
answer

Problem when deploying to Gradle Braintree in Android Studio

I am trying to implement in a Braintree application and the following problem arises. When I try to add the following dependency. implementation 'com.braintreepayments.api:drop-in:3.3.0' Skip the following Error:    Error: Program type a...
asked by 20.12.2018 / 12:17
1
answer

Android Studio Generate Signed APK - Sign APK

I created an application on Android and I generated a first APK signed through Android Studio and I have a .jks file, once I signed the APK I modified some things in the code and when wanting to re-generate the signed APK I skipped the next erro...
asked by 06.05.2018 / 17:15
0
answers

error in the layout of android studio. Apply script build.gradle

I have the following problem I just downloaded android studio and I have not done any project because I have that error that does not let me see the layout     
asked by 18.11.2018 / 01:25
0
answers

Configure Gradle

I have added dependencies to the gradle, and I know in new versions the compile was changed to the implementation , but the provided I do not know if it has changed. If you have not changed this would be a correct% gradle...
asked by 16.11.2018 / 12:59