Questions tagged [android-studio-3.2]

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.

97 questions
0
votes
1 answer

Drag and Drop feature is not working in Android Studio. Can't even click to show attributes

I want to drag and drop elements into the Design View but I just can't. I can't even see the attributes aside when click into the screen or the default TextView that says 'Hello World!'. I tried restarting Android Studio, rebuild the project, and I…
0
votes
1 answer

Android Studio 3.2.1: transformDexArchiveWithExternalLibsDexMergerForDebug FAILED

I want to migrate to Android Studio 3.2.1 I my project/build.gradle: buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not…
a_subscriber
  • 8,977
  • 15
  • 60
  • 141
0
votes
4 answers

Issue with colors.xml in Android Studio 3.2.1

Following is the awkward and incomplete colors.xml I get while trying to create an Android project using Android Studio 3.2.1. The error I get is D:\AndroidStudioWorkspace\PlayCardz\app\src\main\res\values\colors.xml:7:19: Error: XML document…
skip
  • 10,691
  • 27
  • 99
  • 146
0
votes
0 answers

AAPT2 aapt2-3.2.1-4818971-windows Daemon #0 - Error Often

I need you help and your support Now, I'm on procces to build my project mobile apps with android studio Why the R Layout always error once open the project and if try new project and R Layout can not be generated R layout. Could help me please to…
Syah Reza
  • 1
  • 1
0
votes
0 answers

Android Studio 3.2 project creation issue

I am creating new project with Android Studio 3.2, every time I create a new project either as blank activity, tabbed activity or any other type of project, project runs in error. I tried clean build or invalidating project & restarting android…
Sumit T
  • 1,133
  • 2
  • 14
  • 25
0
votes
0 answers

java.lang.RuntimeException Android Studio

When I try to run my code, I got some trouble. In build console-log: Caused by: java.lang.RuntimeException I tried to look at some solutions, but not work anymore. I down version of compileSdkVersion. cleans and re-build. But nothing change. Here…
TheZero
  • 153
  • 1
  • 2
  • 12
0
votes
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); …
0
votes
1 answer

multiple res folders doesn't show inside android studio's project window

I declared multiple resource folders as the attached image below, It worked fine on Android Studio 3.1. But after upgrading to version 3.2.1 Android Studio didn't show me my custom res folders in the project window, although I still can build…
Linh Phan
  • 21
  • 1
  • 4
0
votes
1 answer

App debug gradle builds fail depending on target device

I cannot reliably build my app any more. With a perfectly unchanged project, builds consistently fail depending on the target device: OnePlus 6, Android 9.0: works S4 Active, Android 4.2.2: fails All tested emulators: work Debug Build without…
0
votes
1 answer

Android: specified AAPT2 executable does not exist: after adding kotlin support while creating app

Hi I have updated android studio to 3.2.1 recently, It is working fine with existing projects(java). Issue is when I am trying to create an new project (checking Include kotlin Support) then it is showing the following error build failed: Specified…
Uma Achanta
  • 3,289
  • 3
  • 18
  • 46
0
votes
2 answers

Failed to resolve dependencies in Android Studio

None of my .android dependencies are resolving. examples: Failed to resolve: com.android.support:appcompat-v7:28.1.0 Show in File Show in Project Structure dialog Failed to resolve: com.android.support:support-v4:28.1.0 Show in File Show in Project…
0
votes
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
  • 597
  • 1
  • 8
  • 27
0
votes
0 answers

Trying to develop craps game in Android Studio but it keeps crashing

I am trying to build a Craps game in Android Studio. However, when trying to run the app it gets through the build process and then when it brings the app up on my emulator it crashes with the message "Unfortunately CrapsGame has stopped". I ran…
0
votes
2 answers

Build Failed because of duplicate value for resource 'attr/mode' with config

after I upgraded constraintLayout version from 1.1.2 -> 2.0.0-alpha2 I'm getting this error java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource compilation failed …
0
votes
0 answers

Compilation issue after updating Android Studio to 3.2

I have upgraded Android Studio to 3.2; in the new update while compiling my project it generates the following error. I cannot figure out it. org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler…