When debugging android app in android studio with an android device, it will use a default signature. It works fine in one machine however, if I changed another developer machine, android studio will fail to install the app on the device due to the signature mismatch. It is terrible when working with a develop team. How can I let multiple machines share one debug signature?
asked Sep 10, 2016 at 13:06
Joey Yi Zhao
43.3k9494 gold badges371371 silver badges681681 bronze badges
Related questions
Related questions
This question is in a collective: a subcommunity defined by tags with relevant content and experts.
- The Overflow Blog
-
- Featured on Meta
-
-
-
Linked
Hot Network Questions
- Difference between VOR approach (with DME required) and VOR DME approach?
- Fool a program it has a pty of specific size
- What exactly is Kripkenstein?
- Find Extreme UV data source for the Sun
- “Why don’t these images look like 4:3 even though the book says 4:3?”
- In places south of the Equator (South America, Africa) their winter is our summer. Why don't they say V'ten tal u'mater l'bracha?
- How to use ISO 8601 dates in a sentence?
- Not Benny but close
- Why do I get so many applications from Mekelle university students?
- When doing a CASSCF calculation, why do we rotate by 90 degrees rather than by a different amount?
- Is there any weapon that does 1 damage?
- Is a proper wire nut connection possible if wires don’t twist?
- What are the correct lyrics to the song "Lola", by The Kinks?
- Does India enforce 6 months passport validity for Indian citizens leaving
- In ITT, are all provable equalities in the empty context provable by refl?
- How far can an infinite number of unit length planks bridge a right-angled gap?
- Why does the verb "to sic" get conjugated with with a double-C rather than the more typical CK?
- Does a Monopoly housing shortage auction have a minimum price?
- Question in proof of Godel's incompleteness theorem
- After a "zzzzz" buzz, why black screen & no white power indicator light on 4-year-old Dell P2222H monitor?
- Why is the Gödel numbering taken surjective in Ebbinghaus?
- Magic item feedback: Karmic Ring
- Why does JavaScript use autoboxing?
- Requesting Deposit Deadline Extension
default
debug.keystorefrom one device to another. See stackoverflow.com/questions/3924901/… and stackoverflow.com/questions/9365481/share-debug-keystore.