Questions tagged [android-studio-3.3]

For questions related to the usage and features that are specific to version 3.3 of Android Studio - the official IDE targeted at Android development. When using this tag also include the more generic [android-studio] tag. Do NOT use this tag for questions about programming for Android in general; instead use the [android] tag.

Android Studio 3.3 is a major release that includes a variety of new features and improvements.

IntelliJ IDEA 2018.2.2

The core Android Studio IDE has been updated with improvements from IntelliJ IDEA through the 2018.2.2 release. Android Gradle plugin updates

For information on what’s new in the Android Gradle plugin, see its release notes.

Navigation Editor

The Navigation Editor lets you quickly visualize and build navigation into your app by using the Navigation Architecture Component.

Delete unused Android Studio directories

When you run a major version of Android Studio for the first time, it looks for directories containing caches, settings, indices, and logs for versions of Android Studio for which a corresponding installation can’t be found. The Delete Unused Android Studio Directories dialog then displays locations, sizes, and last-modified times of these unused directories and provides an option to delete them.

Lint improvements

Lint, when invoked from Gradle, is significantly faster—larger projects can expect lint to run up to four times faster.

Create New Project wizard

The Create New Project wizard has a new look and contains updates that help streamline the creation of new Android Studio projects.

Know more about new release : Android Studio release notes

83 questions
77
votes
2 answers

ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()

I am getting the following error while trying to build my project on Android Studio: ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask() is applicable for argument types:…
22
votes
5 answers

Crashlytics found an invalid API key: null. after updated com.google.gms:google-services:4.1.0

I had this bug after updated from com.google.gms:google-services:4.0.1 to com.google.gms:google-services:4.1.0 Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully!…
kimcy
  • 331
  • 3
  • 7
19
votes
3 answers

org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures in Android Studio

After updating Android Studio to 3.3 V I am getting the following error: I have updated all the gradle dependencies. Are there any solutions to this?
primo
  • 1,340
  • 3
  • 12
  • 40
17
votes
1 answer

Android Studio could not find or load main class of "Scratch" file

Update: Below problem is remained until Android Studio 3.4.2. I use Android Studio 3.3 and created a scratch file (File > new > Scratch File > Java). The IDE created scratch.java in ~/.AndroidStudio3.3/config/scratches: class Scratch { public…
hasanghaforian
  • 13,858
  • 11
  • 76
  • 167
15
votes
1 answer

Incompatible Bitbucket plugin 1.2.1 for Android Studio 2.0/2.1/3.0+

I have updated version of my Android Studio to 2.0 and is facing incompatibility issue of bitbucket plugin 1.2.1 when loading Android Studio. Android Studio's Event log is saying: "Plugin Error Problems found loading plugins: Following plugins are…
12
votes
9 answers

Intel HAXM is required to run this AVD

I have installed Android Studio 3.3.1 and everything worked perfectly until I closed it. When I try to open a run again my project it says: Intel HAXM is required to run this AVD Unknown error, What should I do?
12
votes
7 answers

Apk rename with the Gradle plugin v4.10.1

I´ve updated my Android Studio today to the 3.3 version which came with Gradle plugin version 4.10.1. Previously, my build.gradle was renaming my apk´s with this code to the following structure:…
reixa
  • 6,903
  • 6
  • 49
  • 68
9
votes
4 answers

Launcher Icons (Legacy only) showing white background icon android studio 3.3

In android studio 3.3 when I am trying to import image for launcher icon using legacy only option its showing white background icon even after importing the image its showing same and not changing the icon with imported one. See the…
0xAliHn
  • 18,390
  • 23
  • 91
  • 111
8
votes
3 answers

Android studio 3.3 Go to Declaration does not work

Today, I upgrade stable release of Android Studio 3.3 and then I realize that the common action go to declaration by Cmd + Left Click or Cmd + B does not work anymore. Instead, It goes to declaration in R.java Now, I must double shift on…
Robust
  • 2,415
  • 2
  • 22
  • 37
8
votes
1 answer

How to fix AAPT2 warning [The following project options are deprecated and have been removed: android.enableAapt2] in Android Studio 3.3

When I build my App. I got Warning, after update Android Studio version to 3.3 and update gadler plugin etc. this is my build.gradle(Module:App) apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin:…
7
votes
6 answers

Unable to detect adb version, adb output in Android Studio 3.3.2

I have done following task for solutions; Download and update platform-tools Change Sdk path and re-download Uninstalled Android Sdk platform-tools and Android Sdk tools after re-install. Update adb path in Environment Change virtual memory size…
Pravin Suthar
  • 1,403
  • 1
  • 14
  • 25
6
votes
3 answers

Breakpoints not Working in Android Studio 3.3

After noticing that some breakpoints are not getting hit, I found this post that answers why: Breakpoints not working on Android Studio 3.3 I don't recall this happening prior to Android Studio 3.3. Is there any way to stop this behavior so that…
user982687
  • 325
  • 6
  • 14
5
votes
1 answer

How do you start the app with the profiler in "trace java methods" mode?

We are ready to optimise app startup time. The ultimate goal is to, quote cold start into fragment X as quickly as the calculator is starting up I do have a few ideas on what we could tweak to try and speed up loading, but I'd like to verify them…
User1291
  • 7,664
  • 8
  • 51
  • 108
5
votes
2 answers

Missing attributes in the layout design - Android Studio

A lot of attributes are missing in the Attributes panel in the layout designing window. As you can see in the above image, only two attributes are shown for Buttons. Even no suggestions are given in the Text view (XML). Following are my project…
5
votes
3 answers

convert java file to kotlin file disabled in Android studio 3.3

After updating android studio 3.3 canary 7 convert java file to kotlin file is showing disable. Android Studio Menu -> Code -> Convert Java File to Kotlin File Its showing disable. Why it is disable and how can i enable it android studio latest…
0xAliHn
  • 18,390
  • 23
  • 91
  • 111
1
2 3 4 5 6