Questions tagged as 'android-studio'

1
answer

Change TextView from one tab to another in TabbedLayout

I'm using Tabbed Layout ("activity_carrinho"), and I have three separate fragments for each screen, product_product, client_clip, and fragment_payment. Since you needed the screens to remain intact as they passed between them, the total of the l...
asked by 27.11.2018 / 18:53
1
answer

How to display the values of the Cursor using Debugger in Android Studio?

I'm very used to just using Logcat while I'm debugging an app. But I realize that
asked by 02.07.2018 / 21:39
1
answer

Restore folder excluded from Android Studio

I would like to know if there is any way to restore a deleted folder inside Android Studio, in Eclipse there is the option "Restore from Local History" but I do not know if it is possible to do the same with Android Studio     
asked by 13.12.2017 / 18:42
1
answer

Access WebService localhost - Android Studio

I have a webservice that was made in ASP.NET in VisualStudio 2013, I'm running it locally (localhost), and I'm not able to access it in the Android Studio Android emulator, nor on my physical device (USB debugging) . I tried to use IP 10.0.2....
asked by 30.11.2017 / 14:03
1
answer

Hiding the vertical line shown in the Android Studio editor

The Android Studio 3.0 code editor displays a vertical line at position 88 for both .java and .xml files files. The image below shows exactly what I just described: How do I hide this line? I searched the settings [ Ctrl + Alt...
asked by 08.11.2017 / 10:44
1
answer

Problems generating APK in Android Studio

I'm trying to generate an .apk file from my pro android project. I always got it normally but after I updated it, I could not get it anymore. This I have updated on two different machines. When I generate the .apk, the image appears below...
asked by 10.04.2017 / 20:11
1
answer

Error generating Key Store

I was following the steps of a book, to publish an application, however at the time of creating the JKS android studio returns me an error     
asked by 05.04.2017 / 00:25
1
answer

Problem connecting my device to Android Studio over Wi-Fi

I'm developing an application that requires that the USB port of the device is not connected, so as not to disturb the tests, I need to connect the phone in Android Studio through Wi-Fi, in the past I had already managed to make that connection,...
asked by 06.01.2017 / 01:22
1
answer

Error trying to generate apk ionic v2

   Command: ionic build android --prod Environment Variables:    ANDROID_HOME C:\Android\sdk    CLASSPATH .;%JAVA_HOME%    JAVA_HOME C:\Program Files (x86)\Java\jdk1.8.0_121    Path ;%JAVA_HOME%\bin    Error:...
asked by 07.02.2017 / 16:41
1
answer

Instant Run Message on AndroidStudio

I updated AndroidStudio for 2.2.2 and the SDK for API 25, in build.gladle put targetSdkVersion 25. When I asked to run the application (physical device) the following message appeared: What needs to be installed? Will it be installed...
asked by 09.11.2016 / 13:35