Questions tagged as 'android-studio'

2
answers

Update an app already uploaded to the play-store

I have an app uploaded to the play-store of Google , which I have been updating several times, without problems. While I was creating the update from the existing code with the Eclipse , every time I tried my application on my mobile, it era...
asked by 26.10.2016 / 12:17
3
answers

How to download sdk from android 4.2 to android 2.3

I have an application almost finished but when I created it I put the minSdk with value 14, which I need to put at least Android 2.3 Greetings.     
asked by 07.06.2016 / 21:24
1
answer

Problem when trying to create a new project in AndroidStudio 2.0

I am trying to create a new project in AndroidStudio 2.0. I installed the SDK and configured the path of the SDK for AndroidStudio, but when I'm finishing the steps to create a new project, I check the box "Phone and Tablet" and I give it Next,...
asked by 12.07.2016 / 17:18
1
answer

Compile and assign libraries in DEBUG mode in Android Java

I use the following libraries only if they are available in modo debug debugCompile 'com.github.brianPlummer:tinydancer:0.0.9' debugCompile 'com.facebook.stetho:stetho:1.4.1' debugCompile 'com.uphyca:stetho_realm:2.0.0' In MainAct...
asked by 29.11.2016 / 14:14
2
answers

Memory failure error

I'm trying to create a game but when I pass the cell phone to try it I throw the error of lack of memory. I do not know why this error is occurring because the images I use do not take up much of anything. How can you solve it? Here is the ga...
asked by 14.05.2018 / 01:24
1
answer

Android studio emulator in AMD FX

Can you run the Android Studio emulator on AMD FX processors? At the beginning it gave me errors of the type:    Intel HAXM is required to run this AVD.   Your CPU does not support required features (VT-x or SVM) Investigating I have r...
asked by 10.07.2016 / 15:08
5
answers

How to refer to a textView that is in a Layout that is not that of the setContentView ()?

UPDATE I have 2 layouts that are loaded at the same time, in the 1st layout activity_main.xml I have a listView and a textView , in the 2nd layout single_post.xml I have 4 textView that a...
asked by 02.03.2017 / 06:07
3
answers

Error compiling com.google.gms: play-services-ads: 9.2.0

Updating the dependencies in android studio I find the following error. Error:Execution failed for task ':app:processDebugGoogleServices'. > Please fix the version conflict either by updating the version of the google-services plugin (infor...
asked by 28.06.2016 / 00:37
1
answer

How to debug only one class

Very good to everyone. It turns out that I want to debug only the main class without the debugger jumping to other classes not written by me. I've tried configuring the debugger according to the following link but it has not worked. I think i...
asked by 08.01.2018 / 19:36
1
answer

Does Eclipse still support Android development?

I am installing Eclipse neon, I am more web developer and Java, not Android, but the eclipse installer gives me the option to install eclipse to develop Android applications and I understood that it could not be done, I do not really develop app...
asked by 24.12.2016 / 23:39