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

Problems in NavigationDrawer (Swap Activities)

Forgive my English :( I have a problem with "NavigationDrawer". I have the Fragments "Home " that have no special activities, "Import, Gallery and SlideShow", all with activities running perfectly. However, if I click on Import (HOME> IMPORT) the…
0
votes
1 answer

Popup documentation from Android Studio 3.0 rc2

Android Studio 3.0 rc2 keeps showing the pop-up documentation window...very annoying. Does anyone else have the same problem?
Johnny Wu
  • 1,297
  • 15
  • 31
0
votes
1 answer

Android Studio 3.0 RC1 error when adding androidTest package after removal

Prieviously in my project i deleted my androidTest package as i didn't use this. Now i manually add this package to my project. So i have src/androidTest/java/domain/name/myTestclass.kt After i try to build the project i get an…
K.Os
  • 5,123
  • 8
  • 40
  • 95
0
votes
1 answer

Changes to code in com.android.library Module in AndroidStudio not being applied

Whenever I make code changes to a library module in AndroidStudio they are not applied while installing the app unless I rebuild the project. I use a default 'app' configuration to run the project. It is time consuming and makes my work very…
Android
  • 814
  • 1
  • 9
  • 21
0
votes
1 answer

Android studio Endpoints generating error in library

I have an appengine module in my project with a few different endpoints and when I go to try to Make project or Build APK Android studio generates the endpoint libraries but recently the libraries are getting generated with errors It creates this…
0
votes
2 answers

Android Studio emulators appear in the AVD Manager but not in the Run menu

The picture says it all. I have tried opening the emulator in the avd manager and access it through the run menu without success. Background info: - I recently upgraded to MacOS High Sierra. - I have updated Android Studio to 3.0 Beta 7 trying to…
0
votes
1 answer

Android Studio - Build fails on compile, cannot find dsl.dependencies.DefaultDependencyHandler

Here's build.gradle: C:\Users\billb\StudioProjects\ShoppingList03>type build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() maven…
0
votes
1 answer

java.lang.OutOfMemoryError: GC overhead limit exceeded

Using Android Studio 3.0 Beta 6. This error is happening more and more, when I try build my project: Error:Execution failed for task ':app:compileDebugJavaWithJavac'. java.lang.OutOfMemoryError: GC overhead limit exceeded I have tried to fix it…
Robert J. Clegg
  • 7,231
  • 9
  • 47
  • 99
0
votes
1 answer

Android-studio 3.0-beta6 aapt failed in libc++.so

I'm starting to get aapt error in mergeDebugResources task after updating to Android-Studio beta-6 and gradle to 3.0.0-beta6: :mergeDebugResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task…
Kirill
  • 7,580
  • 6
  • 44
  • 95
0
votes
1 answer

Android Studio Beta 2 not showing XML layout preview

I am using android studio Beta 2 version which is not showing XM Layout preview at all.Any help will be appreciated
kondal
  • 358
  • 1
  • 6
  • 22
0
votes
1 answer

how to open another menu on click of item on the default menu of navigation drawer

let me make it simple to explain by images. i have a navigationview which contains a default menu, similar to this. default menu in navigation view if i click an item, it should open another menu in the drawer itself. This is the Menu after…
0
votes
1 answer

How to create an Android project in Android Studio 3.0 beta 5?

The beta 5 is released. I'm trying to create an Android project just like I used to, but it shows an IDEA-like window where I should choose what type of project I want to create with those options like "Java", "Groovy", "Gradle", "Kotlin"...…
Roman
  • 502
  • 7
  • 17
0
votes
2 answers

Hello World not working in Android Studio 3

I've downloaded Android Studio 3 canary 6. I created a project using the empty activity and targeted it to run on Android 4.0(Ice Cream Sandwitch) and above. When Running the app on the actual device that uses android Kitkat 4.4 (I've tried in two…
Diego Alves
  • 2,462
  • 3
  • 32
  • 65
0
votes
2 answers

Error converting bytecode to dex org/apache/commons/io/FileCleaner (Android Studio 3.0 Preview beta 2/3)

Our project compiles, but I can't install it into simulator. I see other people reporting similar issues, but their solutions were to change the version number. For us, this works on other developer's machines but not mine. Is there some cache I…
Jason Hocker
  • 6,879
  • 9
  • 46
  • 79
0
votes
1 answer

Android Studio 3.0 Beta 2 generate Release build Execution failed for task ':app:processReleaseResource'

I won't able to generate release build in android studio 3.0 Beta 2, Execution failed with below error Error:Execution failed for task ':app:processReleaseResources'. java.io.IOException: Internal error: Symbol file with package cannot be empty.
nilesh
  • 519
  • 4
  • 17
1 2 3
99
100