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
8
votes
2 answers

android studio 3.2 preview gradle sync failed but build success

Build/Sync window showed the 'CONFIGURE SUCCESSFUL' and Build Successful. But the android studio still show the error: "Gradle project sync failed. Basic functionality will not work properly"
Leon Lei
  • 383
  • 2
  • 10
7
votes
4 answers

Gradle Sync Failed: Setup Project Failed: Null

long time I didn't have an issue like that. Possibly it's related to testing the Preview build on that project. Currently on stable Android Studio Version 3.2.1 I always get this strange error: What I already did: Invalidate Caches and…
7
votes
3 answers

Android Studio 3.2 empty test suite

I have created a new project in Android Studio 3.2. Without making any changes I am not able to run all the unit tests in the group. I receive and error saying No tests were found I am attempting to run the tests by right clicking on the group and…
jkistler
  • 756
  • 5
  • 10
7
votes
8 answers

Google Play Instant Development SDK Update Fails

Android Studio 3.2 RC3 keeps asking me to update the Google Play Instant Development SDK (from 1.3.0 to 1.4.0), but it always fails the update with this message: Failed packages: - Google Play Instant Development SDK…
Michel Feinstein
  • 10,189
  • 11
  • 68
  • 144
6
votes
2 answers

Could not find com.android.support:appcompat-v7:28.0.3

I can't solve this problem, please help me! I've got the following error: Could not find com.android.support:appcompat-v7:28.0.3. Searched in the following locations: …
6
votes
6 answers

How to solve NonNull annotation after Android Studio 3.2?

After updating to Android Studio 3.2, I've been getting a "Probable bugs" from lint saying: "Not annotated method overrides method annotated with @NonNull". I had no issue before updating to Android Studio 3.2, how do I solve…
6
votes
2 answers

Could not set unknown property 'enableR8' for object of type com.android.build.gradle.internal.dsl.BaseAppModuleExtension

i add this code in android studio 3.2; android.enableR8 = true Could not set unknown property 'enableR8' for object of type com.android.build.gradle.internal.dsl.BaseAppModuleExtension What does it mean ?
Alireza
  • 406
  • 4
  • 14
6
votes
2 answers

kotlin-android error when using Android Studio 3.2 Canary 17

Just updated to Android Studio 3.2 Canary 17 and now getting following error: A problem occurred configuring project ':some_module`. 'kotlin-android' expects one of the Android Gradle plugins to be applied to the project: * android *…
John O'Reilly
  • 8,536
  • 4
  • 31
  • 49
5
votes
11 answers

android studio 3.2 default activity not found

Recently I updated my android studio to 3.2 but when the old open project I getting the error "default activity not found".
kishan hadiyal
  • 91
  • 1
  • 2
  • 7
5
votes
0 answers

android studio 3.2 - Dependency details view showing multiple modules, why?

I just downloaded android studio 3.2. my project app module has a single dependency which i declare in settings.gradle like this: include ':app', ':auth' project(':auth').projectDir = new File('firebaseui-auth/auth') notice the project has app, and…
j2emanue
  • 51,417
  • 46
  • 239
  • 380
5
votes
1 answer

Could not resolve all files for configuration ':app:androidApis'.

Could not resolve all files for configuration ':app:androidApis'. Failed to transform file 'android.jar' to match attributes {artifactType=android-mockable-jar, returnDefaultValues=false} using transform MockableJarTransform
shaohua
  • 59
  • 1
5
votes
0 answers

Build - Make module/project uses wrong build type

As long as I used android studio 3.1 everything was working fine. But after the recent update to 3.2 I see following behaviour: calling "build"/"make module" leads to execution of Executing tasks: [assemble] calling "build"/"make project" leads to…
prom85
  • 14,805
  • 15
  • 98
  • 206
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 Darwesh
  • 134
  • 3
  • 16
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
  • 5
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…
Firewall_Sudhan
  • 2,417
  • 1
  • 15
  • 11