android-studio tag

159 questions


1 answers
112 views
0
How to change API level in Android studio

I'd like to change the minimum SDK version from API12 to API14 in Android Studio. I changed it in the manifest file as shown below<uses-sdk android:minSdkVersion=14 android:targetSdkVersion=18 />...


1 answers
40 views
0
How to Change the SDK Path in Android Studio

When you open the Android SDK Manager in the Android studio, the SDK's path is \android-studio\sdk appears.How do I change this route?

1 years ago

1 answers
52 views
0
What exactly is Gradle in the Android studio?

I'm a beginner developer who's starting Android for the first time. I have no idea what Gradle is. Please explain to me what this is doing and what this is for in the Android studio


1 answers
44 views
0
Related to the Mole Game App Source

Press the current button (touch event) to make the start and end I couldn't make a pause. I can't use all the functions...Also, I want to know the restart function. Even if I search here and there, be...

1 years ago

1 answers
58 views
0
How to make Intel J see what line the code is now

How to make Intel J see what line the code is now


1 answers
56 views
0
Applying Java Password Regular Expression

I'm writing a password regular expression at Android Studio.We received numbers, English characters, and special characters through the check box, and set the font color to be different depending on w...


1 answers
38 views
0
Android Studio Gradle sync Error

I'm going to develop an app using augmented reality vuforia APII'm going to use the vuforia api.I tried to download the sample and open it in Android studio and run it once. I see this error.Could you...

1 years ago

1 answers
38 views
0
How to grow font size in Android studio

The IDE font looks too small in the Android studio Can I increase the size of this IDE font?


1 answers
49 views
0
How to solve the Android Studio Activity global variable Unfortunatelly error?

Hello, I am currently making a web page viewer using Android Studio.Depending on the value of the action mode int global variable in WebActivityI want to display a web page, but I keep getting errors ...


1 answers
114 views
0
Android Studio EditText

Press the + button to go up 3000 - press the button to go downIt's a program where the total amount is calculated according to the button pressedIt's a hassle to press the button, so I want to make it...

1 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.