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
8
votes
5 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…
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
  • 550
  • 6
  • 14
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
  • 786
  • 5
  • 11
7
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
  • 446
  • 4
  • 15
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
  • 13,416
  • 16
  • 91
  • 173
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

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
  • 10,000
  • 4
  • 41
  • 63
5
votes
1 answer

No Run Tab and no logs in Run Tab in Android Studio Flamingo

Why there is no logs in Run Tab and even when I run the app, the Run Tab doesn't show automatically in Android Studio Flamingo. This started happening after I upgraded to AS Flamingo. Tried to open Run Tab from Views -> Tools Windows -> Run but…
5
votes
4 answers

Unknown Attribute Android: error on Android STUDIO 3.2.1

Things i have done to resolve this issue: Clean Build & Rebuild Deleted .idea file Invalidated Caches/ Restart.. option Turn On Power Save Mode. SDk is up to date. Sync Project with Gradle Files done. Reinstall Android Studio done recreate new…
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
  • 60,549
  • 65
  • 286
  • 456
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
  • 2
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
  • 16,896
  • 17
  • 122
  • 242
4
votes
2 answers

Was the textAlignment attribute removed in Android Studio 3.2?

Before closing this question as a duplicate of this one, please note the other post never got an acceptable answer. Here's a screenshot of what it looked like before, according to the Google Codelabs tutorials I can't find this attribute (even in…
AlexH
  • 1,087
  • 2
  • 10
  • 29