android-studio tag

159 questions


2 answers
89 views
0
About displaying Json data in Jackson on Android Studio

public class MainActivity extensions AppCompatActivity{ @ Override protected void onCreate (Bundle savedInstanceState) { ObjectMapper mapper = new ObjectMapper(); try{ JackSon response=mapper.readV...


1 answers
85 views
0
Create Variables and Methods for Each Build in Android Studio

Build within the projectbuildTypes{ release { miniEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' signingConfig signingConfigs.config manifestPlace...

1 years ago

1 answers
92 views
0
TextColorPrimary does not work on ActionBar on Android

I am trying to change the background and text color of ActionBar on Android on Android Studio.I was able to change it in ActionBar background colorPrimary, but I cannot change it even if I use textCol...

1 years ago

1 answers
90 views
0
Error After Reinstalling Android Studio

After reinstalling Android Studio, the following message occurred when the system was started:The system could not be started.Please tell me the recovery procedure.Thank you for your cooperation.Syste...

1 years ago

1 answers
79 views
0
Android Studio error: Unable to locate adb with SDK

I'd like to install it on Android Studio, but when I press the Run button, the message Unable to locate adb with SDK appears.I'm not sure, so please tell me how to solve it


1 answers
68 views
0
Android Studio complements drawable and dimens, no longer available for viewing

It's just as the title says.Usually, if you define layout_background, etc. in XML, the value will be supplemented, but it will not be sudden, and even if you type it on your own, you will get an error...


1 answers
106 views
0
Unable to deploy Android Studio textview

https://codinginflow.com/tutorials/android/simple-recyclerview-java/part-1-layouts-model-classLike around 4:14 in the video here, even if I drag textview with my mouse, it goes back to the upper left....


1 answers
61 views
0
I get many errors when I try to run on Android studio.

An error message similar to the following appears:Android resource linking failedERROR: C:\Users\berdy\AndroidStudioProjects\Janken\app\src\main\res\layout\activity_main.xml:26:AAPT: error: '100' is i...

1 years ago

1 answers
85 views
0
Attribute error I don't know the reason for red letters, please let me know.

<?xml version=1.0 encoding=utf=8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent android:backgroun...


2 answers
66 views
0
Unable to import library in Android studio

I would like to use the Microsoft Translator API in Android studio. So I tried to import this API into the project I created, but it didn't work. Please let me know.·Environment Android Studio 1.5 Fir...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.