I am developing some applications that need a system UID. So I made a special keystore file "PFDebug.keystore" made from AOSP platform.pk8 and platform.x509.pem.
I installed it in the Eclipse window -> preferences> android> build> cutstom debug keystore. It works great.
But I also develop unprivileged applications that use my own debug.keystore file. Therefore, I have to change the keystore file for each assembly. I know that default debug.keystore is used when I install empty.
How can I link debug caching files for each android project?
source
share