android-studio-2.3

APK cannot install

妖精的绣舞 提交于 2020-01-11 09:25:10
问题 Our app, used to work. The last update published 2 and a half weeks ago when the apk file created and worked properly. The last 2 days when we are trying to create the apk (signed or not the problem appears), no errors are thrown from Android Studio, but when the apk is going to be installed on the phone, the app is failed to install with an error "App not Installed" Additionally the following errors are appearing in Android Monitor. Class not found when unmarshalling: com.android

Error when generating code coverage report for androidTest instrumented testcases with dagger

狂风中的少年 提交于 2020-01-06 17:58:25
问题 I want to run createDebugCoverageReport gradle task.But after run task is failing and giving below error. java.lang.NoClassDefFoundError: dagger.shaded.auto.common.BasicAnnotationProcessor at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:324) at android.support.test.internal.runner.TestLoader.doLoadClass(TestLoader.java:92) at android.support.test.internal.runner.TestLoader.loadIfTest(TestLoader.java:113) at android.support.test.internal.runner

Error when generating code coverage report for androidTest instrumented testcases with dagger

假装没事ソ 提交于 2020-01-06 17:58:04
问题 I want to run createDebugCoverageReport gradle task.But after run task is failing and giving below error. java.lang.NoClassDefFoundError: dagger.shaded.auto.common.BasicAnnotationProcessor at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:324) at android.support.test.internal.runner.TestLoader.doLoadClass(TestLoader.java:92) at android.support.test.internal.runner.TestLoader.loadIfTest(TestLoader.java:113) at android.support.test.internal.runner

Gradle sync failed: connection time out: consult IDE log for more details

喜夏-厌秋 提交于 2020-01-04 01:29:30
问题 I just installed Android studio 2.3.1, but after starting it is telling me "Grade sync failed: connection time out: connect consult IDE log for more details". Pls I don't know what to do. 回答1: Caused by: java.util.zip.ZipException: error in opening zip file This mean that a file that Gradle has downloaded has become corrupted due to somehow or some reason. This might be the download of Gradle itself (which the wrapper does) or any dependency that Gradle has downloaded to run your build.

Android Studio 2.3.1 - editing build.gradle file causes IDE to freeze for 20 seconds (or more)

倖福魔咒の 提交于 2020-01-01 04:59:05
问题 The past few days, I've experienced some unusual problems in Android Studio 2.3.1; the IDE freezes whenever I edit the build.gradle (module) file. My Project-level gradle settings are Use default gradle wrapper (recommended) gradle-wrapper.properties is as follows: distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip My local Gradle version

gradle project sync failed . android studio

寵の児 提交于 2019-12-25 06:36:08
问题 i'm new to android and i have a problem with this in the picture : i tired to update constraint layout and constraint layout solver but each time i try to update in sdk manager update finish successfully but when i look at sdk manager again it's unchecked . for example after downloading constraint layout and constraint layout solver successfully : but when i look at the android sdk path in the finder there is 4 version of constraint Layout installed : 1.0.0alpha7 1.0.0alpha2 1.0.1 1.0.2 i

gradle project sync failed . android studio

[亡魂溺海] 提交于 2019-12-25 06:35:08
问题 i'm new to android and i have a problem with this in the picture : i tired to update constraint layout and constraint layout solver but each time i try to update in sdk manager update finish successfully but when i look at sdk manager again it's unchecked . for example after downloading constraint layout and constraint layout solver successfully : but when i look at the android sdk path in the finder there is 4 version of constraint Layout installed : 1.0.0alpha7 1.0.0alpha2 1.0.1 1.0.2 i

Gradle connection timed out after update Android studio to 2.3

不打扰是莪最后的温柔 提交于 2019-12-24 07:39:47
问题 After I update android studio to 2.3, my old project is not opened in android studio shows me gradle error. And when I open a new project, that project is not build 回答1: After the new update of android studio (2.3) this is a common bug.But heres the best solution to this.Once you get a message as gradle sync failed,then its as because your gradle file got bug. the solution is go to C:\Users\Admin.gradle\wrapper\dists\gradle-3.3-all\55gk2rcmfc6p2dg9u9ohc3hw9 here you can find a zip file :

Jack compilation stuck with AndroidStudio 2.3

好久不见. 提交于 2019-12-24 07:39:45
问题 I have upgraded my AndroidStudio today to latest stable version 2.3 (with gradle plugin 2.3.0 and gradle 3.3): now, I am not able to build my project which ran fine under AndroidStudio 2.2.3. When I try, I am stuck at :app:transformJackWithJackForDebug as long as I don't kill my java platform process. It is the same problem than this post I guess but on stable release. Any help will be greatly appreciated :) 回答1: I killed many hours for the same issues after that i got link and its working

Android Studio can't open project

谁说我不能喝 提交于 2019-12-24 01:15:03
问题 I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error: [plugin: com.darkklord.gradle.metric.core] after downgrading and reinstalling i still have this issue, can anyone please help me on this topic ? 回答1: Download latest plugin from here: https://plugins.jetbrains.com/plugin/9197-android-gradle-metrics--checkstyle Install Plugin manually from disk. Restart Android Studio (The error will still occur) Remove plugin in IDE.