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.

98 questions
4
votes
2 answers

Android Studio in Windows 10 not launch after installing Google Sceneform Tools (Beta)

in windows 10 in Android Studio 3.2.1 the application is worked correctly after first time of installing but after installing Google Sceneform Tools (Beta) from : File > Settings > Plugins > Browse Repositories after installing the plugin android…
Hasan Darwish
  • 385
  • 2
  • 6
  • 21
4
votes
2 answers

Android Studio 3.2 's exception when preview layout have custom view

Android Studio 3.2 when preview layout ; it seems that is confused when resolve resources's id in more then one module. my customView in another module. by the way, Android Studio 3.1.4 is working Could not resolve resource value: 0x7F0F0117. Or…
toxic_hua
  • 51
  • 6
4
votes
0 answers

How to suppress Android D8 build warnings

I recently upgraded to Android Studio 3.2 which enables D8 Desugaring by default. In the build logs, i see lot of warnings related to D8. Could any one guide me on how to suppress these warnings? D8: Interface…
MSD
  • 2,627
  • 1
  • 18
  • 12
4
votes
1 answer

Build failed unknown property 'packagingOptions'

After Android Studio upgrade to 3.2 version I can't make the build. FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project ':app'. Could not get unknown property 'packagingOptions' for task…
appersiano
  • 2,670
  • 22
  • 42
4
votes
2 answers

AndroidStudio 3.2 test configuration does not work

After migrating to AS 3.2 android JUnit test run configuration does not work, all types "All in directory", "All in package" etc. I mean it does work, but always claims that: 0 test classes found in package '' Process finished…
wojciech_maciejewski
  • 1,277
  • 1
  • 12
  • 28
4
votes
1 answer

Program type already present: android.support.v7.appcompat.R

I'm facing issue while try to make bundle with following gradle and dependencies project gradle: buildscript { ext.kotlin_version = '1.2.51' repositories { jcenter() maven { url 'https://maven.google.com/' …
4
votes
0 answers

difference between the deprecated Java SDK and current Kotlin SDK for using Rocket chat in Android app

what is the difference between the deprecated Java SDK and current Kotlin SDK for using Rocket chat in Android app? If we use the Java SDK now, which are the functionalities that are unavailable or has problems? I want to use it for an android…
4
votes
1 answer

Android Studio 3.2 Beta 1 !zip.isFile Error

I've recently updated Android Studio and my build.gradle version to 3.2.0-beta01. When I build and run the project !zip.isFile() error occurs with information below: Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException:…
Aydinozkan
  • 2,508
  • 2
  • 21
  • 26
4
votes
2 answers

Building App Bundle Proguard Error

When i try to build app bundle with android studio 3.2 canary 17 i get the following error message. i have no idea what is missing angular bracket went through all of my proguard files and everything seems fine and is working in older version of…
4
votes
2 answers

Android Studio 3.2 Canary 14 Github integration

I just updated to the new 3.2 Canary build of Android Studio and everything seems to work fine, except for Github integration. When I try to push or pull through the UI, I get the following error: Invocation failed Unexpected Response from Server: …
Kelevandos
  • 7,024
  • 2
  • 29
  • 46
3
votes
1 answer

Android studio Arctic Fox small preview window doesn't go away

After new update to Android studio Arctic Fox 2020.3.1. A small preview popup window appears and blocks certain portion of screen, it doesn't go away sometimes I have to quit android studio for to make it disappear. I am not sure if it's a bug or a…
Amir Dora.
  • 2,831
  • 4
  • 40
  • 61
3
votes
2 answers

Files present in .gitignore always get added to git after building Android Project in Android Studio 3.3.2

I have updated android studio from 3.0.0 to 3.3.2. Everytime I build project files like .idea/caches/build_file_checksums.ser and .idea/caches/gradle_models.ser get added to git. This files are already present in .gitignore.This is my Project level…
Satyam Gondhale
  • 1,415
  • 1
  • 16
  • 43
3
votes
1 answer

Unresolved reference: Typeface findFromCache

Typeface class contains a static findFromCache method: https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/graphics/java/android/graphics/Typeface.java I also see the method in IntelliJ in Typeface source code. However,…
Ivan Nikitin
  • 3,578
  • 27
  • 39
3
votes
3 answers

After upgrading Android Studio to version 3.2 i got errors on localization

I have string resources: values\strings.xml (contains default English strings); values-de\strings.xml (contains German strings); Everything was OK till I updated Android Studio to the latest version 3.2. Now lint gives me tons of errors regarding…
porlicus
  • 739
  • 1
  • 7
  • 14
3
votes
1 answer

After Android studio upgrade to 3.2 error appears startup failed: initialization script '/tmp/ijinit.gradle'

After upgrading from 3.1 to 3.2 Gradle build is failed with error Cause: startup failed: initialization script '/tmp/ijinit.gradle': 3: unable to resolve class org.jetbrains.plugins.gradle.tooling.internal.ExtraModelBuilder @ line 3, column 1. …
Tigran Babajanyan
  • 1,967
  • 1
  • 22
  • 41