android-studio tag

159 questions


1 answers
128 views
0

1 answers
133 views
0
How to add library files in an Android studio

I'm going to use the Gson library to serialize/deserialize JSON objects in the Android studio. Library enclosures are not working. I created a new project and put the gson-2.2.3.jar file in the libs f...


1 answers
74 views
0
Is there a way to add or change the theme of the Android studio?

Android Studio, Windows 7 64-bit If you turn on the Android studio, you can code on the white screen. I want this background to be black or something else I don't know how to change it.


1 answers
137 views
0
How to search for strings in a project in an Android studio

It might be a stupid question, but is there a way to search for the string I'm looking for throughout the project other than Ctrl+F? For example, I want to find the string .getUuid(), but Edit->Fin...


1 answers
102 views
0
How do I delete modules from Android Studio?

How do I delete modules from Android Studio? I can't see the delete button even if I right-click on the module.

1 years ago

1 answers
82 views
0
How to deliver Android Facebook login information to Main Activity...

package flug.com.afeel;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import com.faceb...


1 answers
45 views
0
How to make aar in an Android studio

I want to use my project as a library on Android, so I want to make it aar... How can we do that?

1 years ago

1 answers
44 views
0
Game Maker and Android Studio Interworking

I am currently learning game makers and Android studios to make app games.I want to connect these two and complete the game. Android Studio and Game MakerCan I connect the RAM?


1 answers
129 views
0
How to use Facebook sdk in android studio.

I'm following the link . When I run the application, the warning window appears as below.Gradle: module 'facebook' won't be compiled. Unfortunately you can't have non-Gradle Java module and Android-Gr...


1 answers
130 views
0
Applications that use Android earphones

We are currently producing an application using earphones in Android Studio.By the way, I found related materials that use earphones and coded themRecognize the HEADSETHOOK button and float it on toas...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.