android-studio-3.0 Questions

6

Our app now has targetSdkVersion 26 (Android 8) and the app uses FCM push notifications. When app is in the foreground state the push notification is working well. The issue appears while clicking ...

62

I know that similar questions have been asked before, but my problem is new only after installing Android Studio 2.3, the latest version in March 2017. I have several years experience developing An...
Espinosa asked 11/3, 2017 at 13:53

5

Solved

I just started to use Android Studio 3.0.0, but every time I try to build my project I get this error: Error:Circular dependency between the following tasks: :app:compileDebugKotlin +--- :app:data...

13

Solved

It's quite annoying since upgrading to Android Studio 3.0.1 such that the "Back/Forward" buttons are not displayed in tool bar at the top in IDE any more. I know, I can select "Navig...

2

When I try to run the java android Code in debug mode @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); ...
Rubric asked 6/4, 2020 at 13:50

5

apply plugin: 'kotlin-android-extensions'. When i add this extensions in android studio preview, give me this error "Error:(1, 0) Plugin with id 'kotlin-android-extensions' not found.". My build...

3

Android Studio 3.6 build.gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.AA_VERSION = '4.4.0' ext.kotlin_version =...
Camembert asked 13/12, 2019 at 8:50

9

I create a new application and insert a old code, when i build the application this error appears: Script 'C:\Users\nameuser\Desktop\nameapp\node_modules@react-native-community\cli-platform-and...
Isocracy asked 15/10, 2019 at 13:8

1

Why there is no logs in Run Tab and even when I run the app, the Run Tab doesn't show automatically in Android Studio Flamingo. This started happening after I upgraded to AS Flamingo. Tried to open...
Ashburn asked 27/4, 2023 at 6:49

13

Solved

Yesterday I was updated my Android Studio version to stable version 3.0 then I am started getting this errors in my studio and unable to build the app. Unable to save plugin settings: The plugin...
Puttergill asked 28/10, 2017 at 6:22

27

I am trying to run a selected build variant but giving me following error in Run tab, Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the mai...
Muzzy asked 4/6, 2019 at 8:57

10

Solved

(See update at the bottom) Since Android Studio updated itself to v3.0, I can't make a new Activity.. I get this error reporting dialog showing 2 errors. I tried with a different project, tried cl...
Quamash asked 7/11, 2017 at 19:3

24

Solved

I installed Flutter following official document and also installed Flutter and Dart plugin on Android Studio. But, I can't see File>New Flutter Project wizard on Android Studio 3.0.1 I run "flutt...
Lekishalela asked 21/3, 2018 at 11:36

10

Solved

Android Studio throws an error while building the project. the error is : Cause: error=86, Bad CPU type in executable. The detail error: Bad CPU type in executable --> Can not run comm...
Supposititious asked 12/6, 2019 at 2:29

5

Solved

I am trying android studio 3.1 canary 5 release And when i created an avd of nexus 5 api 27 getting issue/warning reported in macintosh 10.13.2 After looking over to issue as mentioned to install...
Aara asked 18/12, 2017 at 14:3

6

Solved

Sorry, I don't know how this new functionality is called exactly, please look at screenshot: So, parameter name is visible in method call. This is cool, but as you can see, only first parameter i...
Aport asked 6/11, 2017 at 11:51

24

Solved

I am trying a sample with Room Persistence Library. I created an Entity: @Entity public class Agent { @PrimaryKey public String guid; public String name; public String email; public String pa...
Besides asked 24/5, 2017 at 19:36

5

My app is crashing after updating to Android Studio 3 RC1 (Gradle 4, Android Gradle plugin 3 RC2). This is the error I am having: java.lang.RuntimeException: Unable to start activity ComponentInfo...
Folklore asked 20/10, 2017 at 10:59

9

Solved

When I use Android Studio 3.0 and I use the next version of Android Gradle Plugin in project/build.gradle: classpath 'com.android.tools.build:gradle:3.0.1' And it's work fine. After I update to ...
Tumulus asked 28/3, 2018 at 8:56

4

Solved

When I start debugging my App in Android Studio 3.0 and open the Logcat, it displays so many messages and warnings, but the problem is, it never stops, even when the debugging is completed and the ...

13

Solved

I have updated Android Studio to version 3 and now seems unable to compile my project previously compiled without errors. The error message is the follow Error:Error: commons-logging defines cl...

7

Solved

Using Android Studio for developing flutter replaces the LogCat console with the run tab. This works great, but how do I take a screen shot of my debugging device? Previously I used to expand the...

1

Solved

I'm getting hundreds of warn messages in Logcat from Android Studio and I don't know what might be causing this message. Too many Flogger logs received before configuration. Dropping old logs. fil...
Kauri asked 3/12, 2021 at 13:8

6

Solved

Well a windows 10 update broke sleep, the computer went to sleep with the emulator open and now that's broken. When I run an app to launch in the emulator it will boot the emulator but won't instal...
Norris asked 26/10, 2017 at 22:16

6

Solved

When i add to this line implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.+' in my dependency it cause error * my error * Manifest merger failed : Attribute application@appCompon...
Pathology asked 26/3, 2019 at 3:59

© 2022 - 2024 — McMap. All rights reserved.