Current location - Quotes Website - Personality signature - Is it the same for Android to pack signatures on another computer?
Is it the same for Android to pack signatures on another computer?
The signature is determined by the package name+key file. Generally speaking, there are two keys, one is the default debug.keystore of eclipse during development, and the other is your own official key. So as long as your package name is the same as the key file, there will be no signature conflict when you package it on another computer.