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

In Android Studio 3.0 i want to see layout preview design on device but unfortunately it is not showing.Please help me

Here is the screenshot of that screen,after installing Android Studio 3.0 i face this problem.
Abhijit Roy
  • 135
  • 1
  • 1
  • 5
0
votes
0 answers

Android Studio3.0 Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request

During making project,I always get an exception. Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request. Check logs for details. In Gradle Console shows AAPT err(Facade for 20170267): error…
0
votes
1 answer

After updated to android studio my .apk file is generating in project\app\build\apk\debud\text.apk and cannot installing manually to other phones,why?

APK installation shows error app not installed. This is happening for all APK files of project but running a complete project and installing the app in emulator works properly.
simi
  • 41
  • 7
0
votes
1 answer

How to add a Java class to Kotlin project in Android 3.0?

Currently, I know more of Java than of Kotlin, so the paste-auto-translation feature is helpful. To do this, I wanted to create a dummy Java class, so that I can write java code and copy-and-paste into a Kotlin file. I right-clicked the directory…
Damn Vegetables
  • 11,484
  • 13
  • 80
  • 135
0
votes
2 answers

Preview stopped working after update

I Work in a Android Project and, after Adroid Studio 3.0 update, the problems come around. The preview of my activities stop showing data, the project's still building and I can install on emulator/Phone, but I couldnt' see all the changes that I…
0
votes
2 answers

Moving Android Studio 3 between 2 computers

My task is moving (from my home PC to my work PC) Android Studio 3.0 from PC1 on Windows 7 (32 bit) to PC2 on Windows 7 (64 bit). PC2 is always working offline. I've set in "Android Studio" on PC1 "Offline work" and synced it. Then I've tried to…
0
votes
0 answers

Adding sub module to project causing gradle build failures in Android studio 3.0 with gradle version 4.1

I added sub module library vertical-stepper-form version 0.9.8, while I set dependency of this library on my app module. I was able to do it successfully. I am using Android Studio 3.0 with gradle version 4.1, few of the classes in project are in…
Devavrata
  • 301
  • 1
  • 3
  • 12
0
votes
0 answers

Command line runner loads CPU after restart Android Studio 3

Every time when I restarted Android studio 3 this process starts load CPU to 100%
yarikxny
  • 3
  • 2
0
votes
2 answers

Getting dex merge issue when build the gradle in android studio 3.0

I unable to build the gradle and getting error.I'm using android studio 3.0 stable version Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. com.android.builder.dexing.DexArchiveMergerException: Unable…
0
votes
0 answers

Bug in importing project code classes in android studio 3.0

So, say I have this code, And then, normally, if I want to import that class, i just hover on the red-coded code (in this case MenuType), and press Alt+Enter. But, annoyingly, instead of importing the class, it turns into this: And it's error. To…
Moses Aprico
  • 1,951
  • 5
  • 30
  • 53
0
votes
2 answers

Android Studio 3.0 Kotlin not working properly

I have recently installed Android Studio 3.0 and started a new project using Kotlin. The kotlin plugin with highlighting and code completion have been working fine since I started the project. However, a couple of days ago I closed Android Studio…
T.S.
  • 192
  • 2
  • 13
0
votes
1 answer

How to convert kotlin code into android java code without decompilation of kotlin byte code because that will not return android java code

I can easly convert java code into kotlin in android studio3.0 but can any help to convert it again into android java code.
Shyam Sundar
  • 117
  • 2
  • 8
0
votes
1 answer

Android Studio cannot be opened after update to 3.0

On Mac Book Pro 2011, Mac OS 10.11.6, when trying to open Android Studio, now I get this message: "The application ... cannot be opened."
Andi
  • 457
  • 3
  • 19
0
votes
1 answer

Errors after Updating Android Studio 3.0

I just Updated Android studio to 3.0 and there some errors : Error:failed linking file resources. Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar] Error:'' is incompatible with…
0
votes
1 answer

Error:Execution failed for task ':app:javaPreCompileDebug'. Android 3.0+ lombok

I want use lombok in Android Studio 3.0 I get error Error:Execution failed for task ':app:javaPreCompileDebug'. > Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain…
ip696
  • 6,574
  • 12
  • 65
  • 128