Skip to main content
The 2024 Developer Survey results are live! See the results

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.

android-studio
1 vote
0 answers
28 views

How to get rid of HTTP Proxy authentication on Android Studio?

I am using Android Studio Koala | 2024.1.1 My proxy server doesn't have a password. It always asks me for my username and password. I've been suffering from this problem for a long time. I tried a ...
Azure's user avatar
  • 21
-3 votes
0 answers
16 views

Android Studio Dormitory Reservation System [closed]

i would like to ask how can we do in our project that when the client clicked the button "RESERVE" it will notify the owner thru our application like "User1 Has applied for a ...
Ferma Khian Rovy D's user avatar
1 vote
0 answers
38 views

"run all tests" on Android Studio Koala not working

Android Studio Koala | 2024.1.1 Patch 1 Build #AI-241.18034.62.2411.12071903, built on July 11, 2024 Runtime version: 17.0.11+0--11852314 amd64 Windows 10.0 WSL2 When I try to "Run all tests&...
Rafael Moreira's user avatar
0 votes
0 answers
16 views

Mockito not able to mock Room Dao Class?

I have the following code to try and test my AppRepository class: @RunWith(AndroidJUnit4::class) @MediumTest class AppRepositoryTest { @Mock private lateinit var counterDao: CounterDao @Mock ...
JamieRhys's user avatar
  • 306
0 votes
0 answers
12 views

connect flutter android studio to firestore [closed]

how to connect firestore and flutter app in android studio to make the app more interactive I have a login page with 3 field to select as Jilla ,Upashabha and password. the jilla and upasabha as to be ...
AARABHI PARAMESWARAN's user avatar
0 votes
0 answers
7 views

androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01 not working in fragment

I am developng a android app with swip to refresh functinality. I am using androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01 dependency of google. ` <androidx.swiperefreshlayout....
Editor Here's user avatar
0 votes
0 answers
31 views

Our updated android studio failed to creating build?

java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope{Error scope for class <ERROR CLASS> with arguments: org.jetbrains.kotlin.types....
Saroj Kumar's user avatar
1 vote
1 answer
22 views

Just getting started with Android Studio, can't figure out error

I am just getting started with Android Studio and running through the tutorials. I can't for the life of me figure out what I am doing wrong with a certain piece of code. @Composable fun GreetingText(...
QuantamPulse's user avatar
0 votes
1 answer
9 views

Problems with the click event in a TableLayout and view pager in android studio

i was working on an app where i was trying to build tab layout and insert fragments in that but in starting it was blinking and after that it was neither being clicked or being Scrolled Problems with ...
Amritpal Singh's user avatar
0 votes
0 answers
35 views

Permanently "loading devices" in Android Studio [closed]

I got the same problem like many others, the devices in Android Studios doesn't load and it permanently is "loading devices". I tried a lot of help aspects of the internet, but it doesn't ...
Tim7's user avatar
  • 1
0 votes
2 answers
41 views

layout doesn't appear in activity_main of my app

i've a problem with my app. Today i've upgrade my android studio to the last version. I've runned my app on my phone, but in the activity_main.xml the include layout (that contains a new ActionBar) ...
Massimo's user avatar
  • 33
0 votes
0 answers
22 views

Generate lost keystore file with pepk and pem file

I work for a company that built an android app for another company. I joined a few months ago and the previous dev did not save the keystore file, nor do i have the necessary access to reset the key. ...
user26393850's user avatar
0 votes
0 answers
25 views

Could not resolve com.github.sabpaisa-android:sabpaisa:0.0.2

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve com.github.sabpaisa-android:sabpaisa:0.0.2. Could not get resource 'https://jitpack.io/com/github/sabpaisa-...
Deepak Suthar's user avatar
0 votes
1 answer
47 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,921
0 votes
1 answer
38 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

15 30 50 per page
1
3 4
5
6 7
6051