Questions tagged as 'android-studio'

2
answers

How to configure proxy in Android Studio?

Company where work joined proxy use and I'm having trouble using gradle . The gradient returns the following error:    Error: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either...
asked by 28.07.2015 / 18:15
1
answer

Is it possible to compile an app using Java and Kotlin together?

Can I be part of the code in Java and elsewhere with Kotlin? Can anyone tell me?     
asked by 22.03.2018 / 23:03
1
answer

How to change the name of the compiled application?

How to change the name "app-release" after compiling the android application?     
asked by 14.12.2014 / 01:50
1
answer

Android Studio does not find JDK during installation.How to solve?

Good afternoon, I'm trying to install Android Studio on my Windows 7, however it never finds the folder with jdk installed. Even though I point it manually, it does not locate. I already inserted the environment variables as I saw it on the w...
asked by 04.11.2015 / 20:28
1
answer

Code Metrics, Analysis and Clone for Android Studio

Well, is there anything similar to Visual Studio's Code Metrics, Analysis and Clone for Android Studio? I know Lint exists, but as far as I know it does not measure code complexity, duplicate code, and so on.     
asked by 20.08.2014 / 15:46
2
answers

Get JSON from the URL properly

I have the following method that gives me a String : public static final String jsonClientes = " {\"clientes\": " + " [" + " { \"idClientesT\": 1," + " \"tipo\":\"s\"," + "...
asked by 14.12.2018 / 14:20
2
answers

How do I create a Library-Android using Android Studio?

I have some projects under development and I have several classes in common for these projects. I would like to know how to create and use a Class Lib so that I can reuse them whenever I need them without having to re-write these classes.     
asked by 01.11.2016 / 20:07
2
answers

Installing Firebase on Android Studio

I was watching a video about installing Firebase and it says to log in: File > Project Structure, and open this image window: However,thenextstepistoclickCloud,butwhenIenterProjectStruture,thefollowingwindowappears,withouttheCloud: Is...
asked by 10.11.2016 / 00:24
1
answer

How to configure UTF-8 in Android Studio?

This error appeared in Android Studio . Is there a setup to fix?    Error: (85, 69) error: unmappable character for encoding UTF-8     
asked by 11.06.2015 / 23:04
1
answer

How do I export an .apk android in Android Studio?

Whenever I export the application google gives this message: EventhoughI'mchangingAndroidManifest.xml:android:versionCode="2" android:versionName="1.0.2" Procedure I'm doing: I'm exporting right?     
asked by 05.09.2014 / 13:32