So for the past 2 days I’ve been using IntelliJ IDEA 10 community edition for evaluation and am Already too comfortable with it to go back to Eclipse. However, there’s a problem that’s a deal breaker for my small team: We use Facebook integration and in order to use the APIs we need to sign with the same debug key as what’s registered on Facebook.
Using the same key also makes swapping devices easier as you don’t have to uninstall the project every time you swap.
And now … my ‘question’ … Can I use a custom Android debug key with Intellij IDEA?
Thanks
IDEA is using debug keys from the standard location:
The file you need is located there and is called debug.keystore. So just replace it with another one with the required debug keys.