90,800
questions
0
votes
1
answer
37
views
Changing padding of a shape
I need to do a partially transparent layout with a completely tranparent rectangle in the middle. The best approach I found to do that was this suggestion, which worked pretty well. The problem is ...
0
votes
0
answers
36
views
I'm having this error when running my Kotlin project, the problem started when updating the Android Studio
java.lang.IllegalAccessError: superclass access check failed: class org.jetbrains.kotlin.kapt3.base.javac.KaptJavaCompiler (in unnamed module @0x46641867) cannot access class com.sun.tools.javac.main....
0
votes
0
answers
19
views
run google cmdline-tools in Android phone
I worked on the ADB shell in recent days for a project.
in this project I need to make an app or device to control another android phone with ADB shell command with wifi debbuging or usb debbuging. ...
0
votes
0
answers
16
views
Android Studio putting cache in wrong project folder
I have two projects in Android Studio: ProjectA, ProjectB
When I Clean and Build ProjectB, it was putting the cache files into:
/ProjectA/android/
rather than
/ProjectB/android/
I deleted the .idea ...
0
votes
0
answers
23
views
Android Studio: Split screen - how to remove upper and lower bands
This is my issue (tested on Android 13):
My app works in fullscreen mode always, but when I show another app in split screen mode I can't get rid of the top and bottom two bands.
All the apps open in ...
0
votes
0
answers
28
views
Error status 4 meaning? - causing BLE disconnection in onClientConnectionState()
I'm programming a simple app with Kotlin and Android Studio to connect with an ESP332 peripheral. Currently, I'm running into issues with disconnecting immediately after scanning and connecting to ...
-3
votes
1
answer
38
views
Could not build flutter project after upgrading android studio to ladybug
getting this error :
A problem occurred configuring project ':flutter_plugin_android_lifecycle'.
Could not open proj generic class cache for build file 'C:\Users\DELL\AppData\Local\Pub\Cache\hosted\...
0
votes
1
answer
12
views
In the installed “Layout” on “ViewStub”, the button found via “findViewById” does not work
I set setLayoutResource(R.layout.content_no_connection) for ViewStub, then inflate(), and in onInflate() set the logic of the button which is in content_no_connection. And the button does not respond ...
-1
votes
0
answers
14
views
SVN Integration in Android Studio showing this error - internal or external command, operable program or batch file
SVN repository integration in Android Studio after commit showing this error:
C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Please suggest how to ...
0
votes
1
answer
31
views
Namespace not specified. Specify a namespace in the module's build file:
I already did AGP Upgrade Assistant, but still having this error, it's related to .pub-cache.
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':...
-5
votes
0
answers
30
views
Error in the Code for categories for the quiz app [closed]
I am writing the code for the categories in my project. I am stuck in the error
I have tried many things, but I am not able to clear it out. If I try to change it, I will get another error. I have ...
1
vote
1
answer
37
views
Android Studio Evaluate Expression issue
I am using Android Studio for Flutter development, and I can't debug code lately! I can set breakpoints but can't see what data is inside the object.
Ex: I have one object for (this happens for every ...
0
votes
0
answers
14
views
Android Studio ios simulator not visible [closed]
I am building a dating app and i lost my ios simulator basically it is not visible in Android Studio however if i open any other app what i built or working on it the ios simulator is visible.
What is ...
0
votes
0
answers
27
views
Keep Android Studio from Indexing a libraries' header files
In short, I do not want Android Studio to index C++ header files which are contained in certain folders, since this process takes a very long time.
I have tried marking them as Excluded in the IDE, ...
0
votes
0
answers
8
views
Error showing over a show password icon SDK24
For some reason, I need to code on an APK with target SDK 24, so I can't use Material.
I have 3 password fieds to change user password, and the edittexts have a show/hide password icon.
If there is an ...