Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在做 Robotium 测试,不得不重新签署相机 APK 以便我可以测试相机。
我扎根了我的手机,抓住了 CameraGoogle.apk 并用我自己的密钥库对其进行了签名(我使用了调试密钥库)。
我将修改后的apk复制到我的手机上。
现在,相机不再出现在应用列表中,当我启动我的应用时,它找不到相机。
你认为是什么问题?我不应该使用调试密钥库吗?