简体   繁体   English

如何在Windows上的物理设备(Wiko手机)上运行离子应用程序?

[英]How can I run my ionic app on a physical device (Wiko phone) on Windows?

I have a project using ionic framework , I am working in command line and I am trying to run my app on on a real device phone, a Wiko Rainbow . 我有一个使用ionic framework的项目,我在命令行中工作,并且试图在真实的设备电话Wiko Rainbow上运行我的应用程序。

I have enabled On-device Developer Options and I also have enabled USB debugging option and the target device is never recognized. 我已启用设备上的开发人员选项 ,也已启用了USB调试选项,并且永远无法识别目标设备。 I am working on Windows 7 . 我正在Windows 7上工作。

I have done: ionic run android 我已经做过: ionic run android

And the result: 结果:

No target specified and no devices found, deploying to emulator 未指定目标,也未找到任何设备,已部署到仿真器

Is my device phone phone compatible with ionic or am I missing sommeting ? 我的设备电话手机是否与离子电话兼容,或者我错过了抽烟服务?

I manage to find the solution I had to the environnent variables path: 我设法找到对环境变量路径的解决方案:

<my pc>\AppData\Local\Android\sdk\tools;
<my pc>\AppData\Local\Android\sdk\platform-tools;

Then I update the driver of my device thanks to this link: Android development driver for Wiko or other phone on Windows 7 然后,我通过以下链接更新设备的驱动程序: Wiko或Windows 7上其他手机的Android开发驱动程序

A few time later my phone asked me to accept the connexion with my computer and I managed to run my application. 几天后,我的电话要求我接受与计算机的连接,然后我设法运行了我的应用程序。

Then I update the driver of my device thanks to this link: Android development driver for Wiko or other phone on Windows 7 然后,我通过以下链接更新设备的驱动程序: Wiko或Windows 7上其他手机的Android开发驱动程序

A few time later my phone asked me to accept the connexion with my computer and I managed to run my application. 几天后,我的电话要求我接受与计算机的连接,然后我设法运行了我的应用程序。

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

相关问题 如何在IONIC 3物理设备上运行我的应用 - How to run my app on an IONIC 3 physical device 如何在我的三星 S9 实体手机上运行我的 react-native 应用程序? - How can I run my react-native app on my physical Samsung S9 phone? 如何在 Android Studio 中将我的物理设备作为模拟器运行? - How can I run my physical device as an emulator in Android studio? 无法通过隧道在物理设备上运行我的本机应用程序 - Can't run my react native app on physical device by tunnel 我可以在物理 android 设备 5.1 棒棒糖上运行我的 flutter 应用程序吗 - Can I run my flutter app on a physical android device 5.1 lollipop 如何在物理设备上运行 sencha 应用程序 - how to run sencha app on a physical device Ionic无法从设备浏览器运行我的应用程序 - Ionic can't run my app from the device browser 如何在物理设备上测试我的应用程序? - How can I test my apps on a physical device? 通过Eclipse在物理Android设备上安装了HelloWorld应用。 我如何在电话上找到它? - Installed HelloWorld app on physical Android device through Eclipse. How do I find it on phone? 将 Flutter 应用程序连接到 Firebase 后,我无法在物理设备上启动应用程序 - I can't launch app on my physical device after connecting my Flutter app to Firebase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM