Questions tagged as 'android-studio'

1
answer

How to change icon color in drawable layout on android

Hello, I need to change the icon color that triggers the DrawableLayout menu, but I am not finding the property or where I can customize this icon. How do I change the color of this icon? Where do I put his color? Which element? What file nam...
asked by 30.08.2018 / 19:51
2
answers

Android studio has ndk support?

I will start development geared towards digital tv, and will be 50% ndk.Android studio caters well? or is it better to eclipse?     
asked by 05.06.2015 / 14:51
1
answer

Different source code for release / debug version

I saw that in android studio it is possible to have one AndroidManifest.xml for the debug version and another for release version. Well, I have an "AppMock.java" file with constants for testing. I would like to not compile this source code in...
asked by 27.09.2016 / 22:44
1
answer

How do I enable "Telephony Actions" in Android Studio?

How to "enable" Telephony Actions in Android Device Monitor ? I would like to do call test in the emulator but the field is disabled.     
asked by 12.07.2016 / 12:38
1
answer

Updating data from one activity to another

I am making a android application that uses telnet communication and receives data every second ( ActivityTelnet ). I would like to treat some of this data in another activity ( Activity1 ). However, when I am in...
asked by 18.08.2015 / 16:30
1
answer

Error Android Studio 1.5.1

Good night, I'm new with Android development and in my first project I'm getting error the following error "Exception in thread" png-cruncher_20 ", below it follows the complete error log, could anyone help me? > 'Executing tasks: [:app:gen...
asked by 15.12.2015 / 00:49
1
answer

How to add ellipsis if content leaks from Android layout?

How do I add ellipses if content leaks from the Android layout? For example: I have a very large text in my ActionBar , and instead of having to decrease it in size, I want it to add ellipsis if there is a layout leak, for example from "Firs...
asked by 04.06.2015 / 16:04
1
answer

JSON with value - App List Null

I'm creating an App, where it will display some information from an external database using a JSON file so that I can display this information in the App. But when I run the code, the list in my app returns null and void. I would like to know wh...
asked by 03.12.2016 / 20:34
2
answers

Drawable or Mipmap ?? What's the difference?

From version 1.1 of the android studio came a new folder called mipmap with the same features as the drawable. How useful is this new folder?     
asked by 03.04.2015 / 16:53
2
answers

Error message (Error: Execution failed for task ': app: processDebugManifest')

When I try to emulate the application I'm developing, the following error appears.    Error: Execution failed for task ': app: processDebugManifest'.       Manifest merger failed: uses-sdk: minSdkVersion 3 can not be smaller than version 9 d...
asked by 30.05.2015 / 23:57