문제

I lost all my source code due to an error. I had already loaded the apk of a version of my app on my Glass. How can I get the apk of my app off my Glass so I can decompile it?

I tried the command below:

./adb pull /data/app/myapp.apk

But it didn't work. Any other approaches?

도움이 되었습니까?

해결책

You have to have the Glass rooted in order to retrieve the APK's you already installed (just like on your phone), however you are in a catch 22 I believe because if I remember correctly in rooting it you'll be doing a factory reset.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top