I\'m currently programming an application for the Android. Now what I found out is that you cannot place resource objects, say, an image in the drawable folder and name it l
If the Android's compiler is truly doing what you say restricting camel case (which seems rather odd) then you should stick to the established conventions.
Going against the grain will only cause unnecessary confusion.
Keep things consistent in all places where possible.