Questions tagged as 'android-studio'

1
answer

My Android Studio does not run the app for testing

My Android Studio does not run the app for testing, I've reinstalled several times and nothing, it recognizes my cell phone just does not install the app for testing, and also does not run in emulator, the API I'm using in the project is API 8...
asked by 22.04.2016 / 02:33
0
answers

Rendering problem in Android Studio 1.5

Hello everyone. How do I resolve the rendering problem problem in Android Studio 1.5? I've been trying for days and nothing at all, since I've learned that there are several factors that make this problem happen. Normally I would open th...
asked by 07.04.2016 / 01:17
1
answer

Error in Android Studio what to do?

It seems this error to me Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. Error:(2) Error retrieving parent for item: No resource found that mat...
asked by 31.01.2016 / 17:02
1
answer

I can not create second activity

IcannotcreateanewactivityinAndroidStudio,themessage"Package name is not a valid package name" appears     
asked by 09.12.2015 / 03:14
2
answers

TSF Integration with Android Studio

I wonder if anyone has already realized or knows how to integrate Android studio with TSF. So far I've only found ways to integrate with IntelliJ.     
asked by 02.12.2015 / 19:46
0
answers

Problem assigning an ArrayAdapter within an OnClick

Method: spnCondPagamento.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { List listaCondPagamento = new ArrayList<>(); for (int i = 0; i < condPagDao.getListaCondPagamento().size(); i++) { list...
asked by 24.12.2015 / 14:22
0
answers

Read sqlite table and insert content into listview

I'm trying to insert the contents of a Table into sqlite within a listview . The table in Sqlite is already filled, the listview was being filled with result of webservice , which also works ok, however I am saving the values...
asked by 21.12.2015 / 18:13
0
answers

App in Android Studio with SQLite Java database

I'm developing an app that takes photos and saves them along with text written by the user in the SQL database. For now I can get it to take the picture and open the text box for the user to type, but I can not make it save that text along with...
asked by 28.10.2015 / 00:14
1
answer

Error classse R, Android Studio

After creating a project in Android Studio, the following error appears in the console: /home/nayron/AndroidStudioProjects/MyApplication2 /app/build /intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/value...
asked by 13.10.2015 / 21:49
0
answers

Communication between Android Studio and Arduino

Good afternoon! I'm making an application in Android Studio and trying to communicate with Arduino through the Apache library, such as "org.apache.http.HTTPResponse" and I'm not succeeding. At all times my Android Studio informs you that y...
asked by 08.10.2015 / 20:19