Questions tagged as 'gradle'

1
answer

Problem to synchronize Gradle in Android Studio 2.3

I just installed Android Studio 2.3 and when creating a new project I get the following error with gradle. I already managed to download manually but still I still get the same error Error:Failed to resolve: junit:junit:4.12 Error:Failed to re...
asked by 20.04.2017 / 22:13
1
answer

Error generating APK in Android Studio

Trying to generate the APK generates the following error: Warning:Exception while processing task java.io.IOException: proguard.ParseException: Expecting java type before 'com.jakewharton:butterknife.**' in line 1 of file 'C:\Users\unicorn\Doc...
asked by 27.03.2017 / 20:31
2
answers

Android Studio error: Unexpected lock protocol found in lock file. Expected 3, found 0. Information: BUILD FAILED

I am working with Android Studio 2.1 and Ubunto 16 LTS. I have installed Java correctly. There is no way I can compile any project since every time I do I receive the following error:    Unexpected lock protocol found in lock file. Expected 3...
asked by 21.07.2016 / 17: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
0
answers

Error app: processDebugResources

Good morning, friends, I have the following error when trying to integrate the Appodeal SDK.    Execution failed for task ': app: processDebugResources'.   Failed to process resources, see aapt output above for details. This is the Gradle...
asked by 31.07.2018 / 20:55
1
answer

I can not upload my app to the playstore console

I tried to upload my latest version of my app, but I get an error in the playstore This is after updating compileSdkVersion to Android-P and bringing Android support dependencies 28.0.0-alpha1 I get this exactly in the playstore T...
asked by 08.06.2018 / 03:09
0
answers

How to use in the Android studio the gradle that is installed in linux?

I installed the gradle that is in the linux repository 9. How can I use it from the android studio to not use the one that brings android studio? greetings     
asked by 30.03.2018 / 17:44
1
answer

Errors in android Studio, does not recognize CardView

Please, I have this error for several hours, the card view support appears in red, and another thing, the folder .gradle, thanks also appears in yellow.     
asked by 06.03.2018 / 04:37
1
answer

Error Android Plugin with id 'jetty' not found

My question is this. I just created a project and it does not let me synchronize the Gradle, it puts me all the time that it does not find the jetty plugin, I tried to download the gradle version, change the classpath, ... but doing this tell...
asked by 12.02.2018 / 19:44
1
answer

Problem compiling with Ionic

Recently I installed Ionic but until now I have not been able to compile any projects. This is the Ionic version: PS C:\Users\Erik\Desktop\App1> ionic -v 3.19.0 And this is Cordova's: PS C:\Users\Erik\Desktop\App1> cordova -v 8...
asked by 16.01.2018 / 09:33