蚀 "New Android remote device"?
Eclipse "New Android remote device"?
总体而言,Eclipse、编程和 Stack Overflow 是新手,但此功能是否允许我使用我的 phone 直接测试我的应用程序?如果可以,我该如何使用它?
是的,您可以使用 phone 来测试您的应用程序。首先,您需要 enable developer options on your phone,然后启用 USB 调试。
To access these settings, open the Developer options in the system Settings. On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.
当您转到 运行 您的应用程序时,您将看到当前可用设备的选项。 Select 您的 phone 来自该列表,您的应用程序将部署到它。
作为旁注,Google dropped support for eclipse in 2015. I'd recommend using Android Studio 用于开发。
总体而言,Eclipse、编程和 Stack Overflow 是新手,但此功能是否允许我使用我的 phone 直接测试我的应用程序?如果可以,我该如何使用它?
是的,您可以使用 phone 来测试您的应用程序。首先,您需要 enable developer options on your phone,然后启用 USB 调试。
To access these settings, open the Developer options in the system Settings. On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.
当您转到 运行 您的应用程序时,您将看到当前可用设备的选项。 Select 您的 phone 来自该列表,您的应用程序将部署到它。
作为旁注,Google dropped support for eclipse in 2015. I'd recommend using Android Studio 用于开发。