I'm renaming my debug build with the following:
>
> packageNameSuffix ".debug"


My R.java class does not contain ".debug" in it's package.

Some issues I'm seeing are that my libraries are all trying to refer to to 
the R class with the original package name.

Primarily, one of my libraries is trying to access the class context.
getPackageName() + *".R$styleable"* and failing.

another issue I see with the GMS lib among others is bad links in the 
comments of the R.java file. And Android Studio even higlights it as a bad 
link

This symbol is the offset where the {@link 
> com.michaelbarany.android.debug.R.attr#cameraBearing} attribute's value can 
> be found in the {@link #MapAttrs} array.


So back to the original question, is R.java supposed to be renamed to 
".debug" as well?
It seems like it should be.

thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to