Questions tagged [android-studio-3.6]

For questions related to the usage and features that are specific to version 3.6 of Android Studio - the official IDE targeted at Android development. When using this tag also include the more generic [android-studio] tag. Do NOT use this tag for questions about programming for Android in general; instead use the [android] tag.

67 questions
2
votes
1 answer

Project with external module issue in android studio 3.6

Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the main artifact of variant: debug. I am trying to run this project: https://github.com/MKergall/osmbonuspack
Black4Guy
  • 450
  • 4
  • 19
2
votes
1 answer

Is there a way to show floating layout preview window in Android Studio 3.6 canary 9, 10

After Android Studio update to canary 9, design for layout window has been changed, the preview window is no more separate, and I can't make it Float What I want is to preview the layout in a separate window (like it was before canary 9) Window ->…
Serg
  • 31
  • 3
1
vote
0 answers

Cannot Open Image Asset Studio on Android Studio

Whenever I tried to open the Image Asset Studio on android/app/src/main/res and then right-click new>image asset it always says "IDE error occurred" and logs this message java.lang.NullPointerException at…
1
vote
0 answers

Android Studio 3.6.3 How to get rid of ERROR: Unable to resolve dependency for ':app@debug/compileClasspath' (androidx.fragment:fragment)

I'm tired of getting this error every third/fourth time I try to build project: ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve androidx.fragment:fragment:[1.2.0]. Show Details Affected Modules: app It also…
Daniel
  • 1,155
  • 2
  • 14
  • 25
1
vote
0 answers

Android Studio 3.6 hangs every time

Working with android studio 3.6.Freezing every time trying to make changes in designing part in design section.whenever trying to make changes in attributes section its freezing every time for hours and have to close android studio using task…
Stubborn
  • 43
  • 8
1
vote
1 answer

Shortcut for resizing AVD emulator window in Android Studio

I installed Android Studio 3.6.2 on recently bought dell latitude 5401 which runs on windows 10 pro. The Android Virtual Device rendering on my laptop is too big for 14" screen, and too big to do any development. What I am looking for is -…
anas_esg
  • 13
  • 4
1
vote
2 answers

Android studio 3.6 can`t open emulator

Background: I am using android studio 3.6 as my IDE for flutter development, the problem below only happening when I use android studio with flutter, in native android development it's all fine. The problem: Sometimes my android studio will not be…
1
vote
0 answers

Android studio 3.6 cannot resolve symbol generated by view binding

I am implementing view binding and I have problem with Cannot resolve some symbols. For some Views the IDE writes to me: Cannot resolve symbol. Activity: ActivityMain public class ActivityMain extends AppCompatActivity { private…
t0m
  • 2,491
  • 24
  • 46
1
vote
4 answers

Android : Intel x86 Emulator Accelerator HAXM installer - "revision: 7.5.6" update failed

Recently, I have installed Android Studio 3.6.1, I got a recommendation to update SDK and other tools. I am trying to update Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6) but getting problem as below: Packages to install: -…
Pratik Butani
  • 51,868
  • 51
  • 228
  • 375
1
vote
0 answers

Didn't find class on path: DexPathList issue

Hello I updated my android studio to 3.6.1 and suddenly i've got this error Didn't find class on path: DexPathList and after some search i've found the solution that most users suggested to enable multidex but I did'nt get the result. this is my…
1
vote
0 answers

Android Studio 3.6 RC3 Gradle infinite loop

So Since Android Studio 3.6 RC3 every time I perform a Build or a Gradle project sync it keeps repeating these four steps on an infinite loop. Does anyone know if this a bug or the project could have some configurations wrong? I tried the usuals,…
1
vote
1 answer

Android Studio throwing IDE Error when trying to open Project Structure

In my one (and only) project, when I try to open the "Project Structure" dialog (File -> Project Structure), the window does not open and a little red popup appears that reports "IDE Error". When clicking on the error, I am seeing two throwables…
Coyttl
  • 471
  • 1
  • 4
  • 18
0
votes
2 answers

I wanted to add Stopwatch in a fragment with bottom navigation activity but findviewbyid shows error. How to resolve?

I wanted to add Stopwatch in a fragment with bottom navigation activity but findviewbyid shows error. I tried View...., and getView() but nothing works. Please tell some solution to the problem. import android.os.Bundle; import…
0
votes
0 answers

XML Parsing from database in Java - Android Studio Problem

I am trying to do an XML Parsing by getting a token and implementing them to my databases which I`ve created through them at SQLite database. This is a coffee shop order app I should parse the data I got through the token and implement the data…
Ruken K
  • 3
  • 2
0
votes
0 answers

Is there any in-built stuff to show pdf in an android app?

I am building an app that'll fetch any PDF from an url, and show the same in intent. I am using android studio 3.6 . Currently I'm using a third party library (AndroidPDFViewer), but if anyone could suggest something else (Apart from WebViews, coz…