【发布时间】:2015-09-02 20:53:01
【问题描述】:
我在我的 Android apk 文件中使用了 auto-instrumentor 命令。
auto-instrumentor.cmd apk <apk file> prop <APK-Instr.properties>
它生成了三个新文件:
- 未签名
- 签名
- 最终
现在我可以在全新安装时使用我的应用了。
但如果我尝试将早期版本升级到这个启用了 Dynatrace 的版本,它总是会给我一条消息
App Not Installed.
【问题讨论】:
标签: android instrumentation android-instrumentation dynatrace android-update-app