Questions tagged [android-studio-3.0]

Use for questions about using Android Studio, an official IDE targeted at Android development. Do NOT use for questions about programming for Android in general; instead use [android].

Android Studio is the official IDE for Android development, and includes everything you need to build Android apps.

For more updates about Android Studio 3.0 check out these videos

  1. AS 3.0
  2. Java 8 support
  3. The new Profiler
1629 questions
11
votes
1 answer

More than one file was found with OS independent path 'org/apache/http/client/version.properties'

Every thing working fine before updating Android studio from 2.3 to 3.0. I had this error when running app in Android Studio, complile is pass. I can't understand why this error appears. And I found nothing in Internet. here is my gradle file. …
Amar Sharma
  • 173
  • 1
  • 2
  • 10
11
votes
2 answers

HPROF Analyzer tool not found in Android studio 3

HPROF Analyzer/Analyzer tasks is a great tool in android studio 2 which helps detect memory leaks. It's less time-consuming than using the eclipse MAT tool. However, I couldn't find it using the new Android Profiler in AS3. Any help is greatly…
Rami Jemli
  • 2,550
  • 18
  • 31
11
votes
5 answers

Failed to transform file '45907c80e09917e1b776adf038505958' to match attributes {artifactType=jar} using transform AarTransform

I am using Android 3.0 canary 4 and making an app. Everything was working fine until yesterday, but today when i opened the project, it gave me an error F:\test projects\SellIT\app\build.gradle Error:Failed to resolve: Failed to transform file…
11
votes
5 answers

Android Studio 3 difference between library module and feature module

In Android Studio 3 there are at least two new module types. First is Instant app module and the second one is feature module. With Instant App module it's quite obvious but feature module from my perspective is the same as the library module. So…
11
votes
2 answers

Android Studio Logcat Search

I am facing a strange problem with android studio. In logcat monitor, there is not much space for search box. I am not able to find out any option to make it larger. is there any way to make this larger?
10
votes
6 answers

Android Studio 3.5 Cause: buildOutput.apkData must not be null Clean & Rebuild already tried

After I've updated Android Studio 3.4 to 3.5 and wanted to build a Signed APK, however I get the error : Cause: buildOutput.apkData must not be null Error I've already tried to Clean & Make the Project and to Clean & Rebuild the Project, with no…
Tester2389
  • 149
  • 1
  • 12
10
votes
4 answers

How to fix "Unresolved reference " error in Kotlin Android Studio 3.3

I'm new to kotlin and Andriod studio. I was following a tutorial and everything was going smoothly until I received a ton of "Unresolved reference errors" I looked at other peoples post concerning this problem but nothing seemed to help as I still…
Corex
  • 101
  • 1
  • 1
  • 6
10
votes
7 answers

Fatal error initializing 'com.android.tools.idea.AndroidInitialConfigurator'

My Android Studio encountered an error when starting it. Here is the snapshot: error snapshot java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing…
Jianing Sun
  • 123
  • 2
  • 8
10
votes
5 answers

Some conflicts were found in the installation area, while updating android studio 3.0.1

I am getting this error while updating Android Studio 3.0.1 some patch gets downloaded and following error comes, Some of the conflicts below do not have a solution, so the patch cannot be applied. Showing File : jre/bin/java.exe is Absent
Yash Jain
  • 415
  • 2
  • 8
  • 17
10
votes
2 answers

How to show the compile error's details on Android Studio?

I just pulled the code from a fellow developer and get the following error : I remember Android studio used to be more verbose about the type of problem, but the latest version just give me that generic error. How can I get more details about this…
Sebastien FERRAND
  • 2,110
  • 2
  • 30
  • 62
10
votes
1 answer

Android Studio flagging error in SQLite pragma command, expected, got 'ON'

I think this is a new error since switching to Android Studio 3.0. I am receiving a lint syntax error: expected, got 'ON' I get this error only on the first of the following two methods: private static void…
Jon
  • 9,156
  • 9
  • 56
  • 73
10
votes
1 answer

ConstraintLayout not working in GUI editor Android Studio 3.0 - Canary 4

I'm running into problems when editing layouts that contain a ConstraintLayout element in Android Studio 3.0. My dependencies are as follows: project.ext.support_library_version = '26.0.0-beta2' dependencies { compile…
9
votes
2 answers

could not find uninstall.exe android studio

I am new to Android Studio, however I am unable to change the background color of buttons. My guess is tat I'm dealing with a faulty installation.. I tried to uninstall Android Studio, but the uninsall.exe file seams to be missing: How can I…
Jacques
  • 135
  • 1
  • 1
  • 6
9
votes
0 answers

Switch Build Variant on All Modules in a Multimodule App

I have a multimodular application on Android (as you can see in the image below) . It's a pain in the neck to switch to an specific flavor and variant in all the modules. You have to do it one by one, the worst thing is that after switch the Build…
mizquierdo
  • 101
  • 5
9
votes
3 answers

How do I go from an Adobe XD prototype to a working app?

I Have Created A Beautiful Design Of My App Using Adobe XD. But Now I Want To Convert That Design Into App That Looks Exact The Same. How do I go from an Adobe XD prototype to a working app?
Ajay Sangharsh
  • 91
  • 1
  • 1
  • 2