47 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
122
views
After the application is installed, the package name appears as the name. What can I do?
Before installing the app, its name appears normal. After installing it, it appears as com.svc.filemanager.MyApp.
I have a class called MyApp. I added this class to the AndroidManifest under <...
0
votes
3
answers
2k
views
Why I have no Gemini API starter template in my Android Studio?
Why I have no Gemini API starter template in my Android Studio? I tried latest Android Studio Iguana | 2023年2月1日 Beta 1 Build #AI-232.10227.8.2321.11231672, built on December 18, 2023,
tried latest ...
0
votes
0
answers
56
views
I cannot send the mobile barcode reader to the computer with TCP Server
private ActivityResultLauncher<ScanOptions> barcodeLauncher = registerForActivityResult(new ScanContract(),result -> {
try {
if (result.getContents() != null) {
...
-1
votes
1
answer
1k
views
Getting this error: Unable to load class 'org.slf4j.LoggerFactory'. in Android Studio
How do I solve this error? I have tried multiple methods but they have not worked.
I have tried most of the methods as recommended by the thread below but they have also not worked: Android Studio - ...
0
votes
1
answer
715
views
Android Studio is not launching after installation
I had android studio arctic fox installed earlier but suddenly one day it did stopped launching. It is visible in task manager but the ide is not starting. I did explore all the questions related to ...
0
votes
1
answer
20
views
While installing android studio why do i keep getting the error that sdk files not found/downloaded??and how to resolve this?
I keep getting the error in installing android studio regarding sdk files.
I even tried to run it as administrator again but it could not be resolved
2
votes
2
answers
507
views
Tabs for Android Studio (and other apps) on a Mac
How to open new project same tab for Android Studio (and other apps) on a Mac
open to new project in same tab
1
vote
1
answer
98
views
Brightening Button Color
I am trying to make the button color bright when holding it and when released it turns into another bright color, using the MIT APP INVENTOR.
I tried doing it, but every time the color looks faded ...
1
vote
2
answers
830
views
Android Studio creates this kind of overlay on top of everything else showing part of the code. How to disable?
https://i.imgur.com/M4pgbiw.png[![Android_Studio_overlay][1]][1]
I sometimes get this randomly on top of everything when using Android Studio. These lines show randomly and the only way I have to ...
9
votes
0
answers
378
views
Unable to update Android Studio Arctic Fox mac book pro m1 [closed]
some conflicts below do not have a solution, so the patch cannot be
applied.
contents/jre/contents/home/frameworks/javaNativeFoundation.framework/Version/A/._JavaNativFoundation.tbd
1
vote
1
answer
105
views
Android studio IDE change persian comment font
In Android studio 4 IDE, hardly to read the Persian comment with the default font. I tried use another font in setting but no effected.
How I can change comment font in Persian. Thanks a lot.
1
vote
2
answers
1k
views
how to know the performance of part of code using android studio
I want to know the performance of little fragment of my code using android studio.
I am writing a small part of my code here to explain my question
params.rightMargin = (int) (getResources()....
3
votes
1
answer
3k
views
java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl;
If anyone is currently facing any issues when trying to update their current version of "Android Studio" from, which ever version they are currently running to version 4.1 and they get the ...
0
votes
1
answer
151
views
Android Studio IDE v4.0 project files not clickable/missing toolbar
I am facing an annoying bug in the newest Android Studio IDE (v4.0)
After the IDE restart(simple restart or after the PC restart, I can find any 100% case to reproduce this bug) sometimes AS starts ...
0
votes
2
answers
6k
views
I am getting error improperly specified VM option on Android IDE
I just installed new version of Android IDE today on my
D:\program file\Android
and installed java 1.5.0_6 JDK on C drive. I pointed out this path in a system environment
JAVA_HOME C:\Program Files\...