简体   繁体   中英

Unity3D Android delepoing

Unity intructions abouts Android developement is hard to understand and unclear. Especially I have problem with Android SDK setup . There has been written that "If the Android device is automatically recognized by the system you still might need to update the drivers with the ones that came with the Android SDK." How I can even know if android device is recognized? How should I check it? The second problem is there: "Go to Settings -> Developer options, then enable USB debugging." Where that settings are? In unity editor I can't find such a thing. Maybe in SDK or something but I don't know how to get there. So what should I do? And if you have any advice connected with android please help.

Unity intructions abouts Android developement is hard to understand and unclear.

I agree.

How I can even know if android device is recognized? How should I check it?

Write to the terminal adb devices . If the output list is empty, you should install the latest drivers.

(Your computer may not recognize adb . It's an executable in android/sdk/platform-tools . Add this path to your system path, because these executables are essentials to deploy to your device.)

USB debugging

It's on your phone. You may need to enable developer mode first, which varying on different devices.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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