Questions tagged as 'android-gradle'

0
answers

Error Compiling Android - firebase

I'm having trouble compiling APK for ionic. I already removed Android Studio and downloaded it again. I've already removed and reinstalled Android. But it did not work. ionic cordova build android Returns the following error: :app:preDe...
asked by 17.09.2018 / 21:09
0
answers

Error generating signed apk in Android Studio

I recently upgraded to version 3.1.3 and since then I can no longer generate any signed APK. The error you give is as follows: Could not find com.android.tools.lint:lint-gradle:26.1.3. Searched in the following locations: file:/C:/Users...
asked by 21.06.2018 / 07:45
0
answers

Import * .so into android module

I'm trying to import a lib *.so into a module I'm trying to build. Importing directly into apk works perfectly, but when I add in the module, not. The error returned is: E/AndroidRuntime: FATAL EXCEPTION: main Proc...
asked by 09.06.2018 / 00:10
0
answers

Miscellaneous Errors when synchronizing Gradle

I'm getting the following error when syncing my gradle. I can not understand the cause, nor do I know how to correct it. Somebody help me please, I'm a beginner. Android resource linking failed Output: C:\Users\alexi\AndroidStudioProjects\Dic...
asked by 06.06.2018 / 00:59
1
answer

Mixing versions can lead runtime crashes

I'm having a problem with com.android.support:appcompat-v7:26.1.0 . AnddroidStudio says:    All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27...
asked by 01.03.2018 / 02:48
1
answer

Android Studio 3.0.1 Error: Gradle project sync failed. Basic functionality (eg editing, debugging) will not work properly [SOLUTION]

I installed Android studio 3.0.1 and tried to create the first application with the choice of an empty activity, but I get the message:    Synchronization of the Gradle project failed. Basic functionality (eg editing, debugging) will not work...
asked by 31.01.2018 / 16:34
0
answers

Error: Unable to merge dex

This error started to happen when I added the uCrop library. How to solve? apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { applicationId "br.vassisn2001.agendaescolar_onlin...
asked by 24.01.2018 / 16:23
1
answer

Error trying to run application with Gluon Mobile using gradle build

Hello, I'm trying to run my application, however, it gives the following error: please apply google-services plugin at the bottom of the build file. :compileJava FAILURE: Build failed with an exception. * What went wrong: Could not resolve...
asked by 20.12.2017 / 20:08