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...
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...
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...
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...
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...
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...
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...
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...