简体   繁体   English

Google Glass,ASM镜像

[英]google glass, ASM mirroring

I'm trying to mirroring my google glass to my desktop (Windows 8) 我正在尝试将Google Glass镜像到桌面(Windows 8)
I downloaded ASM_2_50 我下载了ASM_2_50

I have tried to place my adb.exe under adt-bundle-windows-x86_64-20140702\\sdk\\platform-tools and adt-bundle-windows-x86_64-20140702\\sdk\\tools and add the path variable to the adb.exe accordinly. 我试图将我的adb.exe放在adt-bundle-windows-x86_64-20140702\\sdk\\platform-toolsadt-bundle-windows-x86_64-20140702\\sdk\\tools并将路径变量一致地添加到adb.exe
Still, when I'm giving 不过,当我给

java -jar asm.jar

I get the message: 我收到消息:

could not find adb, please install Android SDK and set path to adb

How come? 怎么会?

This is probably because you don't have the proper build for the ADB. 这可能是因为您没有适当的ADB构建。 Or maybe don't have it at all. 也许根本没有。 It isn't there by default when you download the standalone SDK. 当您下载独立的SDK时,默认情况下它不存在。

It's an easy fix. 这很容易解决。 Just go open your SDK manager and update your platform tools/tools/build tools, if they are empty or incomplete. 如果它们为空或不完整,只需打开SDK管理器并更新平台工具/工具/构建工具。 This should fix the issue. 这应该可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM