I'm trying to unit test in my android application, and this is the simple test tutorial what i'm doing. import static org.junit.Assert.*; import org.junit.Test
I am using Android Gradle Plugin version 7.0.0-alpha14 and Gradle version 7.0 and when I try to upload the app to app distribution through the Gradle plugin ver
I am running React-Native 0.63.4 and encountering the following error: Execution failed for task ':app:generateDebugBuildConfig'. > Failed to calculate the v
Is there a way to dynamically set the activity screenOrientation in AndroidManifest from gradle's build.config? I need to have a flavor which allows rotation,
Since I updated to Android SDK Tools 25.1.6 and Android Support Repository 32.0.0 (this morning), I got the following error, I didn't change anything in my code
I keep getting the following build exception when I run cordova run android --verbose What went wrong: A problem occurred evaluating root project 'android'
My project gradle is in building situation on the other hand i pushed the code on bitbucket after pushing when i come back to android studio this error comes
My android app runs on a sdk 23 emulator just perfectly, but when I tried to run it on a tablet with sdk version 21, I got this exception: java.lang.RuntimeE
I am getting this error in android studio 3.0. Unknown host 'dl.google.com' You may need to adjust the proxy settings in Gradle I have checked my auto pro
I am trying use this library in my Project. But i am unable to download it by adding it in gradle build. In fact i am even unable to download any library throug
I'm building an android component in the form of a gradle project. To test my components UI in several configurations with the espresso framework, I have a Test
I am trying to use the fabric io plugin and have to use the below maven repo : maven { url 'https://maven.fabric.io/public' } but it gives me error while syn
I am trying to open my existing project in new Android Studio 3.0 canary 2. I updated Gradle according to instructions, changed names for dependency configurati
I am trying to open my existing project in new Android Studio 3.0 canary 2. I updated Gradle according to instructions, changed names for dependency configurati
All I am getting following error in build.gradle in Android Studio : Could not get unknown property 'mavenUser' for Credentials [username: null] of typ
All I am getting following error in build.gradle in Android Studio : Could not get unknown property 'mavenUser' for Credentials [username: null] of typ
While I am importing gradle project in eclipse, it is giving me this error. FAILURE: Build failed with an exception. * What went wrong: A problem occurred con
Suppose my build.gradle file defines different values for the same variable that is defined in BuildConfig: android { def INTEGER= "integer" def VARIAB