Skip to main content

Questions tagged [android-studio]

Use for questions about using Android Studio, an official IDE by Google targeted at Android app development. Do NOT use for questions about programming for Android in general; instead, use the [android] tag.

0 votes
1 answer
13 views

How Can I run Android SDK upgrade assistant in IntelliJ?

Google has a page where it suggests trying the Android SDK upgrade assistant when upgrading target SDK. https://developer.android.com/build/sdk-upgrade-assistant Thought I'd try it, but I'm running ...
Mathias's user avatar
  • 3,919
0 votes
0 answers
8 views

Remove taskbar in AOSP 13

I am working on AOSP 13. AOSP code is built for tablet device. Currently navigation icons are in task bar, is there a straight forward way to permanently remove task bar in AOSP code and navigation ...
Margish thumar's user avatar
0 votes
0 answers
8 views

Jetpack Compose TextField Not Showing 'text' Property in LambdaTest/Appium Automation Testing

Description: I am working on an Android application that utilizes both XML and Jetpack Compose for its UI components. The application runs correctly during normal use, but I am encountering issues ...
Naman Sharma's user avatar
0 votes
1 answer
16 views

A failure occurred while executing com.android.build.gradle.internal.tasks.CompressAssetsWorkAction Required array size too large

I am getting this error while I am building APK. These are error log: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compressDebugAssets'. > A ...
pf-zp's user avatar
  • 1
0 votes
0 answers
6 views

how to convert KML file into shape file using GDAL (ogr2ogr) in android studio java and how to implement in android studio java

I need to Convert KML file Into Shape file using GDAL ogr2ogr library how to do the conversion from KML file to Shape file in android studio java I found out about GDAL ogr2ogr that has Java bindings, ...
Rahul Kumbar's user avatar
0 votes
0 answers
16 views

Unresolved reference: invalid_item_message in Android Studio

I get the Error in Android Studio file:///C:/Users/{USERNAME}/AndroidStudioProjects/MyTable1/app/src/main/java/com/example/mytable1/MainActivity.kt:46:49 Unresolved reference: invalid_item_message I'...
MathGeeksJay's user avatar
0 votes
1 answer
16 views

how to use class in another module with kotlin in Android Studio

i try to develop app with wear os i try use 'User', 'data' in test.kt of app at 'WearMainActivity' of wear but it couldnt use.. is it because of diffret package name? when i add wear os module, i ...
hk22's user avatar
  • 1
-2 votes
1 answer
11 views

Capacitor Android Studio Live Reloading

I'm developping a mobile app using Capacitor with just plain HTML, CSS and JavaScript (without Ionic or any other framework). I use VS Code for development and run it on Android Studio with a physical ...
medk's user avatar
  • 9,469
0 votes
0 answers
15 views

Android Studio - Double tooltip when hovering over classes in flutter

I updated Android Studio to Koala 2024.1.1 and now, everytime I hover over a class, I get 2 tooltips. The first one: which is the one i want. In less then 1 second, though, it gets replaced with a ...
Claudiu Razlet's user avatar
0 votes
1 answer
21 views

Trying to update my outdated android app (Native)

I've gone back to try and update my old app which is essentially a dark filter app that turns on when you move the phone around It runs as it should do on most phones however it ends up crashing on ...
The Academic Weapon's user avatar
-1 votes
2 answers
36 views

how to use an android studio module inside another module

I am really new into this topic, I have a simple project that is an android studio template with some modifications, the project is a simple application with sidebar menu, the android studio uses ...
Pazhuhesh Derakhshan's user avatar
0 votes
0 answers
24 views

Android Studios Gradle issue [closed]

Image of error I'm following a course on Coursera and I've gotten to one of the assignments and followed the instructions and once I've launched Android Studio and then opened the folder, I've updated ...
Bogdan Mieldzicz's user avatar
1 vote
1 answer
59 views

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. [Flutter]

I keep getting an error while trying to run a flutter project on android studio, the project runs fine previously on same machine but now raises error after a fresh format of the pc and android studio ...
General Omosco's user avatar
0 votes
0 answers
32 views

Android Studio New Empty Activity Kotlin-based project - default code: is there a way to override this?

When I create a new Empty Activity project in Android Studio (Koala 2024.1.1. patch) Android studio creates a MainActivity.kt file with this code in the MainActivity class: class MainActivity : ...
Scott Malinowski's user avatar
0 votes
2 answers
27 views

Android Studio disconnects from ADB

I have been facing issue for sometime now. I use ubuntu for development but now the issue I face - Whenever I run adb commands on terminal, Android Studio disconnects weird though I can install the ...
Sam's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
6045