Top "Android-resources" questions

Android resources - framework for providing different layouts or strings for android projects.

Android animator versus anim resource directories

I'm doing some research in utilizing Android's resource directories appropriately and the following isn't clear to me: What is the …

android android-resources
Binary XML file line #1: invalid drawable tag vector

I have an app that runs perfectly on most devices. However, I'm getting a FATAL exception whenever I try to …

android xml android-drawable android-resources android-vectordrawable
Android layout error: "Resource id <res_id> is not of type STYLE (instead attr)"

I'm seeing an error I've never seen before w/ Android that's preventing some of my layout files from rendering in …

android android-layout layout resources android-resources
Android: getting Resources$NotFoundException for abc_ic_ab_back_material

I'm getting a Resources$notfoundexception on older (pre-L) devices. I'm including the full stacktrace below. My version of the support …

android android-support-library android-toolbar android-resources android-vectordrawable
android.content.res.Resources$NotFoundException: Resource ID #0x7f07007e

I am Trying to implement like feature in the app, here is the snippet from the Viewholder in the recycled …

android onclicklistener android-resources android-recyclerview
Localizing string resources added via build.gradle using "resValue"

This is in continuation to an answer which helped me on this post We can add the string resource as …

android android-studio android-gradle-plugin android-resources android-productflavors
Plural definition is ignored for zero quantity

I use plurals to compile a quantity string for an Android application. I follow exactly what one can find in …

android android-xml android-resources plural
How to fix Error: Duplicate resources for global_tracker.xml when adding Google Analytics?

I'm trying to implement Google Analytics in my App , but when compiling I get the following error: Error:Execution failed …

android android-resources google-analytics-firebase google-play-services
Ignore several warnings in Android lint

I know I can ignore a rule in Lint with attribute tools:ignore My difficulty is that I want to …

android android-resources lint
Obfuscating resource strings that may give away too much information about programming logic

I currently use a combination of LVL and Proguard as a first line of defence against piracy. However, what about …

android obfuscation proguard android-resources android-lvl