I am trying to prevent ProGuard from touching my R class, but as of
now I failed.
I've tried adding various variations of --keep* to the config but it
does not make
much difference, and usage.txt always lists:
<package>.R$drawable:
public static final int app_icon
....
which is what I want to keep. What shall be the right config entry for this
to work? Tried
--keep <package>.R$drawable
--keep <package>.R
-keepclasseswithmembernames class <apckage>.R$drawable {
public static final int *;
}
and no luck (<package> is full package name of course). Any hints?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en