所以今天我终于将我的SDK更新为22.0.0但是这在AndroidManifest.xml中创建了一个错误,android:debuggable="false"这意味着我不能再对外部签名和zipalign我自己的apks.
android:debuggable="false"
我一直使用自己的key.pk8和certificate.pem进行签名,但是eclipse ADT需要一个密钥库.
有没有人知道使用我已生成的密钥构建密钥库的方法或找到一些解决方法?
eclipse android keystore
android ×1
eclipse ×1
keystore ×1