android-studio

The mouse doesn't work in Android Studio

There was an incomprehensible problem with Android Studio. There is no reaction to the mouse, that is, you can not click on a ... problem? What do you recommend to do? The basis of the computer is an AMD Athlon X4 860K on the A88XM-A, if that may affect.

Android Studio and Java

Hi) I know Python well, and as soon as I realized that I wanted to try to make my own application, I decided to study this to ... it, in others they just download it and that's it, without any Java. Are there any people familiar with this? Please help me.

How do I connect Android Studio to Visual Studio Emulator for Android?

I'm writing an Android app in Android Studio. I want to debug it in Microsoft Visual Studio Emulator for Android (it runs on ... available devices in Android Studio. What do I need to do to make Android Studio see this emulator as a debugging device?

How to use the Gismeteo Token API?

Until today, I did not work with the api and I had a question about the use of the token. How to establish a connection to th ... eader.readLine() } return null } override fun onPostExecute(result: Void?) { super.onPostExecute(result) } }

configuring the bios for android studio

Tell me, faced with a standard problem for AD Intel Haxm is required to run this AVD VT-x is disableid in BIOS Enable VT-x in ... change the date, time,and where to boot, respectively, the VT-x tab is simply not there,can I somehow solve this problem?)))

How to update adb.exe for Android Studio?

I run the emulator in Android Studio, a window appears: Please tell me what to do with this

Using a ready-made SQLite android database

I need to output data in a ListView (or better yet, in a RecycleView) from a ready-made SQLite database. I tried to follow th ... tList = mDBHelper.getListProduct(); In DataBaseHelper: Cursor cursor = mDataBase.rawQuery("SELECT * FROM PRODUCT", null);

How do I change the android version to 4.4 in android studio?

How to change the minimum android version for a project in Android Studio I saw this article, but here they change it to the minimum, and I need to change it to 4.4, and what errors should I expect?

The apk file doesn't install on android

I built the application and transferred the file app-debug.apk to the device. When trying to install this file, it writes: ... tImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }

Android studio doesn't see the genymotion device

Hello. Installed genymotion for android studio. But when you run the compilation, the virtual device does not appear in the list.

Formatting markup in AndroidStudio 3.5

I updated AndroidStudio to version 3.5 and encountered such a problem, when formatting text in the markup (Ctrl+Alt+L), the I ... formatted in previous version AS and is zakomichen. If it wasn't for VCS, I wouldn't have realized what happened right away.

Optimizing the Android Studio IDE (JetBrains)

I program for Android on a very weak laptop (Ubuntu Linux OS) under Android Studio (a fork of IntelliJ IDEA, if you can put i ... luous? In addition to the animation of windows and some icons, I did not turn off anything. Thank you so much for your help!

ADB can't see the phone

I use the operating system Kali Linux. I tried to connect the phone to Android Studio and to ADB directly. Debugging mode via ... e sees it. I tried to modify the file /etc/udev/rules.d/51-android.rules, tried something else, but did not achieve anything.

JDK version for Android development and current API levels

I am a beginner, so I ask you not to throw your slippers at once, but to explain for the teapot or give links to sources of c ... Liberica JDK?) What is the lowest API level that makes sense to study, otherwise what API levels are relevant at the moment?

how to add text image in high quality to a button

I know about drawableLeft in android studio, but when you use it, the picture is put in real resolution and does not decrease, and if you reduce its size, it becomes too blurry, in general, I need something like this:

How do I change the button text when clicked? kotlin

I have a function that triggers when a button is pressed: fun cellPress(view: View) { } How do I change the button ... ithout using findViewById<>()? Something like this: fun cellPress(view: View) { view.setText("text") }

How to fix java.lang.RuntimeException: Unable to start activity error

I'm making my first app in Android studio and I don't understand anything about it. There are two Activities, and one of them ... eInit$MethodAndArgsCaller.run(ZygoteInit.java:793)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:683) 

Manifest merger failed: Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory)

How do I resolve this error? Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4. ... Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:16:5-324:19 to override.

Android error: Manifest merge failed with multiple errors, see logs

I have a project, everything used to work fine, now I get these errors when building the project Manifest merger failed w ... tion without it, because then you will have to rewrite a lot of things all over again. Thank you in advance for your answer!

Android Studio. Change the size of the image added to the TextView

Added an image to TextView using android:drawableBottom. I am interested in whether I can change the size of the image without changing its source and without splitting TextView separately into TextView and ImageView