Questions tagged as 'android-studio'

0
answers

Handling JSON Response with Retrofit in Android Studio

To be very clear I'm developing a simple application test, where my user types the cpf of a registered customer and their data as clients appear on the screen. My server returns me a json with a simple structure like this: {"id":1,"name":"Luca...
asked by 23.11.2018 / 13:39
1
answer

Error while running an app in Android Studio

Imported an eclipse project for Android Studio (version 1.3.2), so far, but an error occurred when I tried to run the program:    Error: Execution failed for task ': dexDebug'.    com.android.ide.common.process.ProcessException: org.gradle.pr...
asked by 01.04.2016 / 01:12
1
answer

Error in rendering of Android Studio 2.0

Every time I open a layout file, the preview does not appear and an error appears in the event log. It's not a specific layout, it's all layouts. You have a question the same as the English version, but already has a year and is unanswered....
asked by 08.04.2016 / 23:20
1
answer

Android SharedPreferences with RadioButton

I have two RadioButtons, I want to select one of them, close the app and when I open load the last selection. Can you help me? I can not find a clear tutorial explained. Thank you.     
asked by 11.05.2016 / 22:00
1
answer

Android Studio Error "Unable to locate adb" [closed]

I'm having an error when running some app with Android Studio. It gives an error and returns this message:    Unable to locate adb I reinstalled the program to go back to the factory setting and it did not work. If anyone knows the soluti...
asked by 29.07.2016 / 19:14
1
answer

How to implement UI as the recent Lolipop

I am trying to implement UI as the recent Lolipop need to know if it is possible and if I can do it with RecyclerView and CardView?     
asked by 18.09.2015 / 08:27
1
answer

Error in app theme

Personally I implemented some tabs in the app I'm developing with fragments and had to use the APPCompat theme but started giving this error:    Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendan...
asked by 28.06.2016 / 01:19
2
answers

Find SQLite database on Android

Next, I'm creating an Android application, where I use a local SQLite database, never gave any type of registration or database query, so I never needed to get the database directly in the emulator, but now I need the problem I can not find this...
asked by 01.03.2018 / 21:32
0
answers

Installing Parse on Android Studio 1.5 [closed]

Hello, I'm having difficulty installing Parse in my project, I include the library (Parse-1.11.0.jar) in the libs folder, I change the manifest.xml with the permissions, in the java class, in the OnCreate method I I include the call, in Gradle I...
asked by 21.11.2015 / 10:24
1
answer

Difference between Run App and Apply Changes

In the Android Studio toolbar, we have 2 buttons: Run App (Run App) Apply changes What'sthedifferencebetweenthem?Andwhentouseoneortheother?UpdateDoestheIDEidentifytheneedtousethe"Run App"? That is, when a change is made that the "Apply...
asked by 23.04.2018 / 13:08