Questions tagged as 'android-studio'

1
answer

How do I restore factory settings from Android Studio?

My Android Studio IDE is giving a lot of trouble to compile my android project ... How do I reset it?     
asked by 19.02.2015 / 13:57
1
answer

Error importing Eclipse project for Android Studio

Every time I import my project "Radio__SantAna" from Eclipse into Android Studio, I get this error: * C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Invalid XML file: C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Pre...
asked by 19.01.2015 / 13:53
1
answer

Shared Preferences does not store login using JSON

I am not able to save the login using JSON, it logs in but when I close the application and start again it did not save the login. private EditText editTextLogin; private EditText editTextSenha; private CheckBox checkBoxLembrarLogin; private B...
asked by 10.02.2015 / 19:17
0
answers

Firebase Crashlytics: How to debug non-fatal errors? [closed]

Hello! Good afternoon. I have an Android application (developed in Android Studio) that uses the MPAndroid Chart libraries. Like any chart we want to assemble, we first need to have the data that will make up this chart. When we are using t...
asked by 09.12.2018 / 16:31
0
answers

DragEvent x MotionEvent android studio

Hello, I would like a help: I need to insert in the apk the effect of dragging and dropping an item (image, text, icon) into the bin, same as the function that is already configured in smarthphones or even apk as instagram. To make the drag movem...
asked by 27.11.2018 / 20:24
0
answers

Use my location to add bookmarks, Maps SDK for android

I'm creating a map application for android that shows users whether or not the place where they will pass is dangerous or not, it would have interactivity between users where, when someone presses a button, a marker will be added to their curren...
asked by 11.11.2018 / 22:04
0
answers

How do you generate an android module .jar?

Hello, I have an android application with a module and would like to transform it into a .jar to be reused in other projects. How do I do this?     
asked by 06.12.2018 / 19:39
0
answers

How to display data from a TXT in my arrayList - Android Studio [closed]

I currently do this: ArrayList<produtoItem> lista = new ArrayList<produtoItem>(); lista.add(new produtoItem(R.drawable.imagem, "AA", "AA", "AA", "AA")); adapter = new produtoAdapter(this, lista); ListView listView = (ListView)...
asked by 28.12.2018 / 06:04
0
answers

Receive data from an arduino sensor for Android app (Android Studio)

Good evening! I need a help with the application that I am developing, I will make the bluetooth connection of my Arduino with the android application and everything is ok, I can connect and disconnect but I do not know how to receive data from...
asked by 16.10.2018 / 04:17
1
answer

APP quits unexpectedly on your smartphone

Below is the code and logs. I try to run, but it always closes the app unexpectedly. It closes without showing the error image or inserts into the database. package... imports public class Cadastro extends AppCompatActivity { EditText t...
asked by 03.10.2018 / 22:16