Use for questions about using Android Studio 3.2 (currently in early availability as "Canary" level). Android Studio is an official IDE targeted for Android development. Do NOT use for questions about programming for Android in general; instead use the [android] tag.
Questions tagged [android-studio-3.2]
98 questions
3
votes
1 answer
Android Studio 3.2 Beta 5 Plugins and repositories list empty
I'm trying to install a plugin on AS but the JetBrains Plugin list and repository list it's empty...
Is this a expected behavior for this versions, or I found a Bug?
This my system info:
Android Studio 3.2 Beta 5
Build #AI-181.5281.24.32.4913314,…

vicmns
- 724
- 1
- 8
- 20
2
votes
1 answer
Tab Layout - NoSuchMethodError on addOnTabSelectedListener
I am testing on API 27, Oreo (Virtual device)
The dependencies added are:
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:design:27.1.1'
The error logcat:
java.lang.NoSuchMethodError: No virtual method…

Kshitij Saxena
- 930
- 8
- 19
2
votes
1 answer
Android Studio is not building complete files
Whenever I make new project, android studio does not build colors.xml file completely.
colors.xml file is:
…

burhan sabir
- 51
- 1
- 9
2
votes
2 answers
How to get rid of the warning "cannot resolve symbole 'id/andr'" for ExpandableListView"
An app uses ExpandableListActivity, and the usage of ExpandableListView is standard based on the document:

Hong
- 17,643
- 21
- 81
- 142
2
votes
0 answers
Setting buildType attribute for specific flavour at android studio
Is it possible to change a buildType attribute like debuggable for a specific build flavor?
I am trying setting it up using applicationVariants like this:
applicationVariants.all { variant ->
if (variant.name == "flavorQuaRelease") {
…

MiguelSlv
- 14,067
- 15
- 102
- 169
1
vote
0 answers
Cause: org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl
I have connected my Android application with firebase-database by putting this dependency (kapt 'com.google.firebase:firebase-database:16.0.1:15.0.0') but after that I am getting errors like the one mentioned in title also when I synchronized the…

Mahnoor
- 11
- 4
1
vote
0 answers
Android Studio : Connection Refused (Connection refused)
I've just configured Android Studio 3.2 into my Ubuntu 16.04. Now I'm trying to create new project, it tries to download gradle then it sync & at the end it fails & shows me this errors with the top message in red fonts :
Connection Refused…

Curious Developer
- 45
- 11
1
vote
2 answers
Android Studio Ui test gives an error when enabling Java 8
I tried on Android Studio 3.2.1 and Android Studio 3.4
If I enable Java 8 in gradle file and run espresso test, I receive this error:
java.lang.RuntimeExceptionCause: java.lang.RuntimeException
After many trials, I found that removing Java8 support…

Hisham Bakr
- 559
- 4
- 13
1
vote
1 answer
Android Studio hangs when I press Ctrl + S or I close the project from File menu
Android Studio 3.2.1 hangs every time I press Control S (due to my old habit) or I press Close Project from the File Menu.
Studio freezes and if I minimize and maximize the window, studio shows a blank screen for an infinite time.
I am using it on…

Anand Padiya
- 143
- 8
1
vote
1 answer
Cannot reinstall a signed APK generated on Android Studio 3.2
I have successfully build a signed APK and installed it on my device. Then, I uninstall the app (Setting -> Application Manager -> MyApp -> Uninstall) and try to install it again. The second time I try to install it I get "App not installed" with…

Diogo Melo
- 1,735
- 3
- 20
- 29
1
vote
1 answer
Trying to read a .csv file from downloads folder of internal storage with Android Studio
I am trying to read the contents of a .csv file which is in my downloads folder of internal storage of my phone. My code looks like this.
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
…

Vihar Bhatt
- 19
- 1
- 3
1
vote
1 answer
Custom Button style is appearing in preview but not on device API 27
I created a custom button, it is appearing in the preview, but not on my phone. The minimum API is 17 and my phone's API is 27.
//custom button