android-studio-2.3

Slice signatures are inconsistent with android studio default run

有些话、适合烂在心里 提交于 2019-12-03 22:21:58
I've configured gradle for signing with: android { ... signingConfigs{ debug { storeFile file("..."); storePassword '...' keyAlias '...' keyPassword '...' } } } Now when I run the Gradle task installDebug the app is signed and installed correctly and I can run the app as expected. But when I run the app module (android studio default run, which is much preferred for debugging). I get the message: Failed to finalize session : INSTALL_FAILED_INVALID_APK: /data/app/vmdl2083307194.tmp/1_slice__ signatures are inconsistent This happens even when No apk is yet installed. I think it has to do with

DataBinding not working after Upgrade Android Studio 2.3

こ雲淡風輕ζ 提交于 2019-12-03 11:27:07
问题 DataBinding worked very well in my project, But after upgrade Android Studio 2.3 today . Run 'app' failed because following error : Error:(15, 40) Error: package com.javan.myrecorder.databinding not exist. import com.javan.myrecorder.databinding.FragmentEventsBinding; :app:compileMockDebugJavaWithJavac FAILED I just upgrade android studio and didn't change anything. all plugin is latest! Now my question is, why occurs this error and how could I solve it? any help is welcome! English is not my

Aldebaran's Pepper sdk for android/Robot sdk 0.9 “Robot SDK'0.9' is not complete. Please download it again or re-create the robot application.”

好久不见. 提交于 2019-12-03 08:40:00
When trying to install the android sdk for Aldebaran's pepper robot on my computer following this official tutorial: Step 1: android.aldebaran.com/doc/installation.html Step 2: android.aldebaran.com/doc/create_project.html#create-project When trying to launch the Virtual Robot Environment of Pepper's tablet on my computer this message is printed: "Robot SDK'0.9' is not complete. Please download it again or re-create the robot application." So far I have tried the following on my Ubuntu 16.04 64bit computer: Uninstalling and re-downloading/installing the Robot sdk over the robot sdk manager

DataBinding not working after Upgrade Android Studio 2.3

ε祈祈猫儿з 提交于 2019-12-03 01:48:57
DataBinding worked very well in my project, But after upgrade Android Studio 2.3 today . Run 'app' failed because following error : Error:(15, 40) Error: package com.javan.myrecorder.databinding not exist. import com.javan.myrecorder.databinding.FragmentEventsBinding; :app:compileMockDebugJavaWithJavac FAILED I just upgrade android studio and didn't change anything. all plugin is latest! Now my question is, why occurs this error and how could I solve it? any help is welcome! English is not my mother tongue; please excuse any errors on my part. EDIT1 Like android project googlesamples/android

There is no android device showing in my android studio

假装没事ソ 提交于 2019-12-02 16:16:33
问题 I recently downloaded android studio 2.3.3. I am kind of a beginner in java programming, and I am proceeding with app building after some practice in programming using IntelliJ IDEA. I was learning using a video course, and in the video, an android model appears in the preview. When I downloaded it, there is no android showing, just an arrow. I tried making changes in the settings but none worked. I don't know why this is happening, but I am guessing it is happening because there is a problem

How to use Android SDK Documentation offline

陌路散爱 提交于 2019-12-02 15:35:18
I've downloaded Android SDK Documentation using SDK Manager, to use it with Android Studio v2.3.0.8, offline. But everytime I press ctrl+q to show quick info about a type|type-member, it shows "Fetching Documentation...", and after waiting for ~20s, it shows the info. I don't want that delay or using online help, and the local docs are in place, so why is that ? And what is the solution ? Edit: This happens when I'm online, but no delay at all when I'm offline , As if the IDE tries to get a fresh version of docs. Improved solution for displaying documentation (from sources). Found, that if you

There is no android device showing in my android studio

北慕城南 提交于 2019-12-02 09:47:17
I recently downloaded android studio 2.3.3. I am kind of a beginner in java programming, and I am proceeding with app building after some practice in programming using IntelliJ IDEA. I was learning using a video course, and in the video, an android model appears in the preview. When I downloaded it, there is no android showing, just an arrow. I tried making changes in the settings but none worked. I don't know why this is happening, but I am guessing it is happening because there is a problem with the zip file. I would appreciate if I got some help You can download gradle yourself and syn with

Installation did not complete successfully. see the IDE log for details - Android studio

耗尽温柔 提交于 2019-12-01 02:48:35
I am updating my android studio but show me bellow error : My android studio is 2.3.1 I had this problem before and I tried to uninstall android studio and tried everything but I found the solution.. the solution is : Downloaded SDK from beginning , and change the SDK path to the new one, then it all will work .. good luck The reason is that the SDK manager would write the location of the temp file where it downloads the installer. For example in OP's case its mentioned as below: in a line form the log or error message Due to some reason that file might not be available any more and Android

Gradle error after updating to Android Studio 2.3

可紊 提交于 2019-11-30 18:34:39
The gradle build is failing with the message Error:Could not create parent directory for lock file C:\Program Files\Android\Android Studio\gradle\gradle-2.14.1\wrapper\dists\gradle-2.14.1-all\8bnwg5hd3w55iofp58khbp6yv\gradle-2.14.1-all.zip.lck This is my build.gradle(Project) // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }

I have got this Error while building gradle Error:Execution failed for task ':app:processDebugResources'. > No slave process to process jobs, aborting

核能气质少年 提交于 2019-11-30 15:18:12
问题 I have got this Error while building grade Error:Execution failed for task ':app:processDebugResources'. > No slave process to process jobs, aborting Build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" defaultConfig { applicationId "com.colorball.madness" minSdkVersion 14 targetSdkVersion 26 multiDexEnabled true ndk { moduleName "player_shared" }} buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile(