Questions tagged as 'android-studio'

2
answers

Slow loading Gradle in Android Studio 2.3.2 [closed]

I just installed the Android Studio , and it takes time to load Gradle . I have 8 GB of RAM and an Intel core 7 .    Resolve dependencies: app:debugAndroidTestApkC .     
asked by 22.05.2017 / 00:23
2
answers

Error generating Database in Android Studio [closed]

I get this when I give it to insert:    android.database.sqlite.SQLiteException: near "TABLETables_Telephones": syntax error (code 1) ;, while compiling: CREATE TABLETableTable_phones (idITEGER PRIMARY KEY AUTOINCREMENT, person_nameTEXTNOTNUL...
asked by 30.05.2017 / 18:53
1
answer

Change the expandable list view android icon

I want to change the icon of the first image with that of the second image. How can I do it? android:id="@+id/expandableListView" android:layout_height="match_parent" android:layout_width="match_parent"...
asked by 04.06.2018 / 16:39
3
answers

Android studio- skip activity

I am making an application, more to learn from mistakes than anything else, and I needed help to achieve this: From the Main activty , I open activity2 , and from activity2 I open a activity3 , but I do not want the u...
asked by 09.03.2017 / 01:46
1
answer

Android Studio 2.3 error jdbc mysql connection

Hi, I have downloaded and installed Android Studio 2.3 and I want to make a connection to a remote mysql database. My version of java is the java version "1.7.0_121". I have pasted the file mysql-connector-java-6.0.5-bin.jar in the...
asked by 18.04.2017 / 12:02
3
answers

Does Android Studio remove resources that the app does not use or leave them even if they are not used?

I have a question: if I have in my project in Android Studio resources that the application itself does not use (for example, some pictures that are not used in the app) but these are stored in the / drawable folder, when I compile the apk, does...
asked by 14.02.2017 / 15:31
1
answer

Google play does not mark any compatible device for my apk

I have 5 updates of my app modifying the AndroidManifest.xml to be if I get that the tab is different to compatible devices: 0 and I'm not successful appsheet . If you could help me please. AndroidManifest.xml <?xml version="1.0" enco...
asked by 31.08.2017 / 00:16
3
answers

The last element of my ListView is cut off

Finally I only added the line I put here below to the listview and it was solved, thanks for the answers!    android: paddingBottom="attr / actionBarSize" / > Good the problem is that my listview shows me the list, but the last eleme...
asked by 27.01.2017 / 14:48
2
answers

I can not test the application in Android Studio

It happens to me that when I click on the Run button to try the application I do not see anything but I do not see anything, I'm supposed to always get this window when I run my projects, but specifically in the project I'm in, I do not se...
asked by 09.04.2017 / 20:24
1
answer

Why do I get that error when I want to insert a button in "Android Studio"?

Greetings, I am new in the world of programming for android and I have a little problem which prevents me from continuing with my learning ... which is when I want to insert a button I get that error, I put my button in a position indicated i...
asked by 09.04.2017 / 16:03