Use this tag for questions related to features that are specific to Android Studio version 2.3 or features introduced in this version.
Questions tagged [android-studio-2.3]
388 questions
69
votes
15 answers
Android Studio fails to install update (error : Failed to read or create install properties file.)
Screenshot of error
I am running [ Android Studio 2.3
Build #AI-162.3764568, built on February 24, 2017
JRE: 1.8.0_112-release-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o] on Ubuntu 16.04. From last few days android studio gives me…

spark
- 1,271
- 1
- 12
- 18
61
votes
7 answers
Standalone SDK Manager option in Android Studio 2.3
I have recently updated Android Studio from 2.2.3 to 2.3. Now can't see the option "Launch Standalone SDK Manager", which is useful to check for updates, google play services, etc.

Krishna Meena
- 5,693
- 5
- 32
- 44
46
votes
9 answers
Error "Dependent package with key emulator not found" while updating Android SDK and tools
I tried to update my Android Studio and got this error. How can I fix this?
I don't have much experience with Android studio and Android app development.
I am using Android Studio 2.3 and Linux.

ankit
- 451
- 1
- 5
- 16
39
votes
6 answers
Warning: Dangling Javadoc comment
Since I updated my Android Studio (2.3.1) and build tools (2.3.1), I'm getting warning,
Warning: Dangling Javadoc comment
for comments like,
/** set name with format, {@Link FORMAT_NAME} **/
setNameText(getFormattedName(FORMAT_NAME));
As you can…

Dhunju_likes_to_Learn
- 1,201
- 1
- 16
- 25
38
votes
5 answers
Android Emulator - "Encryption unsuccessful"
Almost every time I try to open the emulator is giving me this error after a long loading pause.
I have tried to fix it by reinstalling the SDK, but no luck.
Note: I must say that I am new to Android.

Cristiana Dumitru
- 405
- 1
- 4
- 6
36
votes
5 answers
Android studio 2.3: Could not initialize class org.jetbrains.kotlin.android.actions.NewKotlinActivityAction
I have just updated Android studio 2.2.2 to 2.3 from the canary channel. After downloading completed and applying path file, the android studio is restarting.
But after restarting android studio I am getting below error with dialog:
Cannot load…

pRaNaY
- 24,642
- 24
- 96
- 146
34
votes
5 answers
How to use Android SDK Documentation offline
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,…
user7736965
28
votes
3 answers
Android layer-list : bitmap issue with app:srcCompat
After updating to Studio 2.3 when i tried to create a layer list with a vector drawable it prompt to use app:srcCompat instead of android:src in bitmap.
can any one help me to add vector drawable to layer list ?

Boban
- 351
- 1
- 4
- 7
25
votes
12 answers
Android Studio - Update to 2.3 - Studio doesn't have write access
I didn't have this problem before. When i am trying to update Android Studio to 2.3, i get this:
Studio does not have write access to…

Vamsi Challa
- 11,038
- 31
- 99
- 149
22
votes
26 answers
Installation did not complete successfully. see the IDE log for details - Android studio
I am updating my android studio but show me bellow error :
My android studio is 2.3.1
user4813855
21
votes
1 answer
Slice signatures are inconsistent with android studio default run
I've configured gradle for signing with:
android {
...
signingConfigs{
debug {
storeFile file("...");
storePassword '...'
keyAlias '...'
keyPassword '...'
}
}
}
Now when I…

Daan Luttik
- 2,781
- 2
- 24
- 37
19
votes
3 answers
"cannot find symbol method setBatchPath(String)" in the generated source from generated endpoint
For an unknown reason, when I tried to build my Google App Engine endpoints, I get these errors in all of the API java files generated by Android Studio:
Error:(400, 5) error: method does not override or implement a method from a…

Johnny Wu
- 1,297
- 15
- 31
18
votes
10 answers
Android Studio CMake Error: Build Command failed
I'm running into an Error when I open a new project in Android Studio from the Code Samples (Hello JIN). When the Project is opened the following:
Build command failed.
Error while executing process /opt/android-sdk/cmake/3.6.4111459/bin/cmake with…

Koschi13
- 549
- 1
- 4
- 21
17
votes
7 answers
DataBinding not working after Upgrade Android Studio 2.3
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…

Javan
- 183
- 2
- 10
14
votes
1 answer
How can I use add_library in 'CMakeLists.txt' to include entire files(.cpp,.h etc) in a directory
In my project I am using cpp and .h files they all are in different folders
|-src
|-main
|-java
|-cpp
|-native-lib.cpp
|-library-1
|-include
|-lib11.h
|-lib12.h
|-...
|-library-2
|-include
…

CLIFFORD P Y
- 16,974
- 6
- 30
- 45