Questions tagged as 'android-studio'

1
answer

Android studio installing the application over another application

I've been using the same apk to perfect it, I went to the folder and gave a ctrl c ctrl c and started to edit the new apk. I changed the name, the name of the folders, I changed some screens, but when I emulate on the phone it installs over what...
asked by 01.06.2016 / 20:00
1
answer

Register product for logged in user

I'm able to pass the object by Activity's using putExtra and returning on the other screen with getSerializableExtra . I already created fk id_usuario in the products table for the id_user field of the users...
asked by 08.10.2015 / 15:02
1
answer

onActivityResult does not return setResult

What happens is that I have an Activity Client where I have 2 buttons, one of register and another of query, when I call the register opens an Activity with a TabHost with 2 fragments inside, in the query opens an Activity with listView and such...
asked by 19.10.2015 / 21:54
1
answer

How to change the Android Studio emulator window?

It does not have top bar with the close, minimize, and maximize buttons. I can not move it, it stays in the left corner of the screen and never loads the "hello word" test app. I tried to emulate with my own smartphone but it did not load too. I...
asked by 14.10.2015 / 22:01
1
answer

Facebook Android Studio

I have the following error I could not find a solution:    Error: (15,0) Could not find property 'ANDROID_BUILD_SDK_VERSION' on   project ': facebook'. I'm using Android studio 1.2.2. build.gradle: apply plugin: 'com.android.applicatio...
asked by 20.08.2015 / 00:22
1
answer

Error starting Android Studio

After installing Android Studio, when you open (for the first time) you choose the theme and the following screen appears: IfIdo'Retry'doesnothing,ifIdoCancelthefollowingmessageappears:     
asked by 02.08.2015 / 18:24
1
answer

App runs in the emulator but no icon appears

I'm creating an Android app using Android Studio. The application works normally when I run in the emulator of the android, but neither in the emulator nor when I generate an apk and install in the mobile the icon does not appear, for example, i...
asked by 03.09.2015 / 00:16
1
answer

Convert JSoup doc to string, apply Regex, and return a value in String

I'm using an example I found called AndroidJsoup to get the source HTML of a certain page, but I'm not getting just the code snippet I want that is in a certain% In short, AndroidJsoup should run, taking <script> , appl...
asked by 17.06.2015 / 02:13
1
answer

Close activity after result

I'm trying to implement a tutorial using ZXing to read QRCode . In the tutorial that was accompanying it uses the Eclipse and places the libs of ZXing all "by hand" by importing. I'm using Android Studio and I used Gradle to...
asked by 12.04.2015 / 22:22
1
answer

Responsive Screens

I am having doubts about responsive screens on android. I'm almost finishing my app, but I'm not able to make it responsive to the various screen sizes. I'm using the Android Studio IDE. <RelativeLayout xmlns:android="http://schemas.android...
asked by 13.03.2015 / 19:35