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
1
vote
2 answers
Could not find builder.jar (com.android.tools.build:builder:3.0.1)
I update my android studio to 3.2.1
now when I start a new project everything is OK.
but when I open the last project I have an error :
Could not find builder.jar (com.android.tools.build:builder:3.0.1).
Searched in the following locations:
…

mohamadreza ch
- 311
- 4
- 13
1
vote
2 answers
Android Package signatures do not match
I just imported a project in Android Studio 3.2.1
And synced successfully. The project imported was using
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.4"
…

S Jasraj
- 25
- 1
- 7
1
vote
1 answer
Can not Quit Android Studio on MAC OS
I have a problem with my Android Studio for almost one year or more, and it is a permanent problem. Every Time I need to close Android Studio I have to force quit it.
I can not quit it by pressing on the "x" button or by pressing "Quit Android…

Nayra Ahmed
- 657
- 1
- 9
- 29
1
vote
3 answers
Second activity won't launch
I'm doing the Android Fundamentals 2.2 Coding Challenge and I'm unable to get the second activity to launch using the logic described in the preceding lessons.
Here is the code for my first activity:
package com.homing.a22codingchallenge;
import…

J-Walk
- 33
- 3
1
vote
0 answers
Android debugging on Bluestack Android Emulator
I tried to log debug message on Android Studio from bluestack emulator.
I can install app and run from Android Studio to Bluesatck but there is no my app name on debuggable process on logcat.
Any help thanks in advance

Wai Yan
- 137
- 1
- 9
1
vote
1 answer
Android Studio build error on NTFS partition
I'm having problems building apps on Android Studio. Things work fine when the project is on my ext4 partition, but when I created a new one on my NTFS, I encountered this:
Argument for @NotNull parameter 'message' of…

minhduc0711
- 23
- 1
- 2
- 6
1
vote
1 answer
Unable to open some activities java files
Today I'm not able to open some java files in Android Studio.
They seems to contain R classes from Android Studio but if I open them from another editor they are opened right.
Here's a screeshot:
Help.
The app debug with no errors and works

Davide Bicego
- 562
- 2
- 6
- 24
1
vote
1 answer
Only "Fragment + View Model" in Android Studio JetPack version 3.2 Preview Beta 5
I am checking lots of tutorials on Youtube and Google and all are referring to snapshots where the default activity to be selected for JetPack is " Activity & Fragment + ViewModel". However when i create a new activity i see the following…

Ankur Singh
- 11
- 2
1
vote
0 answers
Cannot find Jetpack in Android studio 3.2 Beta 2
I've been using Android studio 3.2 canary 15 (Preview) for a while now and it was working fine with jetpack (Really slow, but fine)
The problem is every time I try to update (Tried beta 1 and 2), I cannot see the jetpack package (When I create a new…

Mario Mouris
- 317
- 1
- 12
1
vote
0 answers
Android Studio 3.2 Canary 12/14/15/16 has no Github integration
The Android Studio 3.2 Canary version 12/14/15/16 doesn't have github integration, so I can't clone it from it, and when I try to pull/push on an already cloned repository, it keeps me asking for credentials everytime, and after 3 times trying to…

julioribeiro
- 1,565
- 2
- 14
- 22
1
vote
1 answer
Android Studio 3.2 Canary 14: The following packages are not available "Package id platforms;android-28"
Just installed new Android Studio 3.2 Canary 14 build with clean config to try out new AndroidX. After creating new project going to Refactor -> Refactor to AndroidX and Studio asks to upgrade compileSdkVersion to 28. Doing the upgrade in…

Imajou
- 13
- 1
- 5
0
votes
0 answers
Method code too large! after android compileSdkVersion 27 change to compileSdkVersion 30
I get an error in android studio after android compileSdkVersion 27 was updated to compileSdkVersion 30 in androidx.
I implemented multidex and also java heap to 64, but there is no response.
error code:
Method code too large!
Method too large:…

Dhammapal Janbandhu
- 34
- 4
0
votes
2 answers
Unable to open run window in android studio
trying to open the run window (with click on button or shift+F10 ) but not getting any response.

Pooja Singal
- 13
- 2
0
votes
0 answers
Gradle Sync Failed: Basic Functionality will not work
I checked all solutions and I got the answer that I need to update the Android -Studio version.
Android Studio: 3.2
Gradle Version: 5.1.1
Android Plugin Version: 3.4.2
This problem raised when I was trying to integrate Youtube API.
Gradle…

Nab
- 61
- 2
- 10
0
votes
1 answer
Where is the CMake install option in Android Studio 3.2.1?
I am trying to install NDK in Android Studio 3.2.1 and I am following the procedure described here
It says I need to select LLDB, Cmake and NDK form the list in the SDK Manager,but I can only see LLDB and NDK in my computer, and CMake is absent …

user13267
- 6,871
- 28
- 80
- 138