因此,我已经成功地使用apportable为安卓开发了the跳转iOS应用程序。apportable也在设备上安装了应用程序。但神秘的是,我无法在the跳转文件夹中找到the跳转-调试器。
另外,我正在使用免费的sdk。
请建议一下。
-Nimit
发布于 2013-07-27 22:34:52
Apportable构建与项目本身分开存储-在$HOME/. are /SDK/build中。
例如,要查看Spin示例的.apk文件:
$ cd $HOME/.apportable/SDK/build
$ find . | grep "debug.apk$"
./android-armeabi-debug/Spin/Spin-debug.apkhttps://stackoverflow.com/questions/17900116
复制相似问题