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

Android app is crashing on AuthUI.getInstance() after upgrading

My app was working fine. I upgraded the Android Studio to 3.0 and the libraries as below. compile 'com.google.firebase:firebase-core:11.4.2' compile 'com.firebaseui:firebase-ui-auth:3.1.0' But now the app started crashing on this statement. Not…
0
votes
0 answers

gradle sync failed after install official Android Studio 3.0 with strange errors

I installed official version of android studio 3.0, so now all of my project(even a new project!) failed at gradle sync. to know, i deleted all of my gardle files and studio setting in user Directory and downloaded all of them again :( in this…
0
votes
1 answer

android studio .. how do i fix this?

Error:Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the user guide chapter on the daemon at…
0
votes
3 answers

After install of Android Studio 3.0.0 - App Build Error: Linking two modules to different data layouts

After installing Android Studio 3.0.0 i got the following Warnings: Warning:Linking two modules of different data layouts: 'C:\Users\name\AppData\Local\Android\Sdk\build-tools\27.0.0\renderscript\lib\bc\armeabi-v7a\libclcore.bc' is…
nuss
  • 1,280
  • 2
  • 9
  • 12
0
votes
1 answer

How to detect taps on a button whilst a delay caused by postDelayed Handler

I want to solve a problem that I have been trying to do so the last couple of days but I don't have that much experience and I couldn't find the solution anywhere else. Anyway, in my app I have a button in which I have implemented the…
0
votes
3 answers

Android Studio 3.0 Error

I had updated my android studio to version 3.0 and when I tried to build an existing code which works fine in previous version of android studio shows below error. Error:Could not download compiler.jar (com.android.databinding:compiler:2.3.0): No…
0
votes
2 answers

AndroidStudio 3.0: Error:Unable to resolve dependency for ':app@dev/compileClasspath': Could not resolve project :common

Android Studio 3.0 I have 3 build types: "release" and "dev" project/build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() …
Alexei
  • 14,350
  • 37
  • 121
  • 240
0
votes
2 answers

I have setup all my android-studio and project but it's been continously building gradle since almost two hours

When I cancel gradle it showing following line. Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources, …
0
votes
1 answer

How to configure Android studio with gerrit commit and push

We have been using gerrit as our android source code repo. We usually use git bash commands to do push ,pull and commit for working with gerrit.I want to how we can configure the android studio itself with gerrit so that i don't need to type in…
anshul
  • 982
  • 1
  • 11
  • 33
0
votes
1 answer

Android studio Unable to merge dex only on rebuild

I have an android project created with android studio 2.3. Now I have upgraded to android studio 3 and I have the following error. When I ran my app it compiles normally and is installed in my device. It works fine. Any changes I make to the code…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
0
votes
1 answer

How to include just caches utility of Guava library in gradle and refuse others?

In Android Studio, I am using CacheBuilder of Guava library: com.google.common.cache.CacheBuilder How to include just this utility?
0
votes
3 answers

Cannot obfuscate class and method names with Proguard

CrashLytics test project in Android Studio with proguard enabled do not obfuscate Class and method names. As you see in provided rules file, I don't use any rules "proguard-rules.pro". Where I am doing wrong? Is there a reference document or…
Davoud
  • 2,576
  • 1
  • 32
  • 53
0
votes
1 answer

Android studio 3 build apk comflict with previous apk

I am using android studio 2.3 for the development, last week i am completely remove the android studio 2.3 from the system and install the latest android studio 3. The same project imported from android studio 2.3 into android studio 3. the build…
shamjins
  • 41
  • 1
  • 9
0
votes
1 answer

Error:(1, 0) android/databinding/tool/DataBindingBuilder in Android Studio

My code was working fine in Android Studio version 2.3, i did update to new and latest version 3.0 and start getting the error on a working code : Error:(1, 0) android/databinding/tool/DataBindingBuilder This is the app level build.gradle apply…
Kapil Rajput
  • 11,429
  • 9
  • 50
  • 65
0
votes
0 answers

My Android Device Monitor won't open after i updated the new android studio 3.0

My device monitor was working just fine before the update, after the update, I can't open the program and it will show a chunk of error in the log file at the monitor configuration folder and I tried many different ways to solve like running on the…