Questions tagged as 'gradle'

1
answer

Error generating apk [duplicate]

I have an error to the general my apk, my gradle is the following: apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "com.taxiconductor"...
asked by 26.02.2017 / 06:47
1
answer

Android Error in API 19

I have an error in Android Studio with an APP that I do not know about. I commented that if I run it on a device with Android 6.0.1. API 23 runs fine, but on an Android 4.4.2 device. API 19 pulls me wrong. I have attached the gradle code and...
asked by 02.03.2017 / 22:18
1
answer

Error generating an APK

When compiling I do not have any errors, but when generating a APK it presents the following eerores: Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies that have...
asked by 04.01.2017 / 23:49
1
answer

Error Synchronizing the gradle on Android

Well my problem that I have now is that I just imported boostrap in my Android application, in my opinion I have imported it correctly but I got this error, which I have not been able to solve yet. The error I get is the following: No such pr...
asked by 21.11.2016 / 05:02
1
answer

Error does not run my application in android studio [closed]

I am studying Android basic and when I try to run my application I get this error.    Runnig app error: Gradle project sync failed, please fix your project   and try again Note: I have the java jdk 7 and I'm on windows 8     
asked by 10.10.2016 / 10:35
1
answer

Error: (1, 0) Gradle DSL method not found: 'apply ()'

I have an error I never had in when compiling in Android Studio.    Error: (1, 0) Gradle DSL method not found: 'apply ()' Possible causes:       The project 'Mas104.5' may be using a version of Gradle that does not contain the method. Open...
asked by 27.07.2016 / 13:54
2
answers

Twilio: Problems with dependencies in Android

doing an implementation of two Twilio SDKs: Programmable Video IP Messaging Client I find the problem that the dependencies of one, affects me the other, or at least I think that since I first implemented the IP Messaging Client...
asked by 26.07.2016 / 20:47
1
answer

problem updating app on google play

Good morning, I have an application that I had uploaded to google play, but recently I made changes and improvements, and then, I uploaded it to the play store. all that by changing the gradle and the code version correctly. However, when I see...
asked by 20.07.2016 / 18:33
1
answer

Configure plugin NBAndroid-v2 in Netbeans 8.2

Good morning, for work reasons I should start working on an android project on the IDE NetBeans, researching I found that the NBAndroid plugin should be installed, which according to what I read is no longer officially available although there i...
asked by 31.12.2018 / 21:23
1
answer

Help with Spring Security - Request method 'POST' not supported and how to remove window by default?

I have two problems in one, I do not know if it's okay to post the two together but I think they have a relationship with each other so there it goes: I'm trying to apply Spring Security to my project. The first thing I did was add these d...
asked by 14.12.2018 / 17:30