Random android question why are android developer...
# random
c
Random android question why are android developer/debug builds signed with a debug key by default instead of just being unsigned apks?
e
can't install unsigned apks
c
oh. the more ya know. im so used to the fact that android builds debug and release being signed, that when i did file > new project today and did assembleRelease and it worked... i was surprised. but then i saw -unsigned.apk and was confused. i thought they were always signed by default (like debug). but i guess it was just a thing i never encountered.