如何禁用生成的签名apk android Studio?
我尝试了 1 次生成签名的 apk 进行测试,现在我只想在经过测试的设备上进行刺激,但 android studio 总是生成签名的 apk.这将使过程更长(每次我点击运行按钮android studio都会自动生成签名的apk)如何禁用自动生成的签名apk?我只想在模拟器上运行应用程序?
Hi I tried generated signed apk 1 times for testing and now i only want to stimulate on tested devices but android studio always generated signed apk. That will make the process longer (every time I hit run button android studio will generated signed apk automatically) how to disable auto generated signed apk? i just want to run app on simulator only?
有一个 tab,通常在 AS 的左下角.将其从 *release 更改为 *debug.
There is a tab, which is normally at the bottom left corner of AS. Change it from *release to *debug.
(图片来源:Matt W Ott,带有 Robolectric 和 JUnit 的 Android TDD)
(Image source : Matt W Ott, Android TDD with Robolectric and JUnit)