I'd avoid using `p0` and `p1` as argument names to...
# android
m
I'd avoid using
p0
and
p1
as argument names to make code shorter. Rather remove unnecessary
?
here and there.
l
mg6maciej: This is caused by the new
<http://maven.google.com|maven.google.com>
repo replacing the Android SDK Manager not providing the Android Support Libraries sources, so the IDE can't find human readable parameter names since it's erased when compiling to
.class
m
Oh, ok. Shame on them.
m
yes thats actually not my problem