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
1 answer

run android studio getting error

I have a problem with running Android Studio when starting a new project in android. My Android Studio (in any version) is using Java, not Android, and it's not like any Android Studio I've seen. when I click new project in this picture: I see…
Safoo Ra
  • 21
  • 4
0
votes
2 answers

Dagger2 dependency issue in AndroidStudio 3.0

I am trying to add Dagger2 dependency in AndroidStudio 3.0. But due to this reason I am unable to add dagger2 dependency. Could not find method apt() for arguments [com.google.dagger:dagger-compiler:2.8] on object of type…
0
votes
1 answer

Could not find Kotlin classes in feature module from another module

Could not find Kotlin classes in a module with com.android.feature plugin from another feature module. For example, in Android Instant Apps, Kotlin classes in "base" feature can't be referenced from any feature module. Gradle Version:…
0
votes
1 answer

Firebase authentication -Discarding data

As a beginner i am first time trying to work with firebase ,although as per process i did every thing i don't know where i am going wrong. I'm working in Android Studio 3.0.1 Here is my gradle build file. apply plugin:…
0
votes
0 answers

Error : Unable to resolve dependencies in android studio 3.0.1

I am new in android studio. I just downloaded android studio 3.0.1 version and made a new project in it. I am getting "Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:26.1.0." error…
Shreya Choubey
  • 499
  • 1
  • 4
  • 7
0
votes
1 answer

How to auto adjust the views in Android Studio 3.0 according to the screen size of the device

enter image description hereI am unable to implement the auto-layout concept in Android Studio as i used to do in in Xcode. Here are the screenshots, one is on Nexus One screen and another one is on Nexus 7's big screen. View aren't getting adjusted…
0
votes
1 answer

no resources 'android:keyboardNavigationCluster'

i am facing this issue while compiling my project today. i tried following things too changed buildToolsVersion '26.0.1' compileSdkVersion 26 updated myandroid studio` version but its not working thanks in advance
Arun Yadav
  • 203
  • 3
  • 9
0
votes
1 answer

Sending SMS using Android Studio 3.0

Sending an SMS (not just creating the text and requiring the user to hit send) can't be that difficult, and yet I've spent the past eleven hours reading every stackoverflow entry and failing nonetheless. I'm now wondering if maybe the method has…
Joseph Little
  • 35
  • 1
  • 5
0
votes
1 answer

Google translate api on android gives error 'GoogleJsonResponseException: 400 Bad Request'

When trying to access google translate api from an android application it gives the following error: java.lang.RuntimeException: An error occurred while executing doInBackground() .... Caused by: com.google.cloud.translate.TranslateException:…
IldiX
  • 591
  • 1
  • 7
  • 16
0
votes
0 answers

How to fix dependency of Fire Base (FCM) when update android studio 2.3.3 to 3.0.0?

I have working application with Google connection and FCM service in android studio 2.3.3 I bought new computer and install android studio 3.0.0 and I transfer my app to it. I can compile it but the Google button does not work. What should I do?
baruch
  • 43
  • 9
0
votes
1 answer

Google maps show multiple markers from firebase

I have code that allows me to input the location name with the lat and longitude and then the map displays the location with a marker. The issue i am having is that i want the map to show all the locations, each with its own marker on the map.…
0
votes
1 answer

How to add existing folder to android and use them?

I am developing a mobile application by using Lucene. I have a folder which includes index files. In the application, I want to use these index files for searching. Lucene Library expects path of this folder to read. I placed this folder in the…
0
votes
1 answer

IntelliJ dialog focus

Trying to control Android Studio by keyboard only, I do not know why, but when I focus "Cancel" button and press enter, it acts like I clicked on the default button (next tip is shown). The same scenario applies to WebStorm. then I press Tab or…
Nezbeda
  • 131
  • 2
  • 12
0
votes
1 answer

Android studio 3 issue when trying "hello world"

I'm new to android development. Hope someone could help me out.. I'm trying Android Studio 3.0.1, and try to create a project as "Hello world". All steps are just follow the default setting. But it failed when building the project. The error message…
Zong
  • 11
  • 1
0
votes
2 answers

How to put out apk file uses gradle v4.1 in Android Studio 3.0+?

I want to set APK filePath in gradle that version is v4.1,but I can set its name and not set file path. What do I do? applicationVariants.all { variant-> variant.outputs.all { output-> def outputFile =…
Mr.Four
  • 67
  • 10