On Android API level 28 and above, cleartext traffic is disabled by default. In order to connect to Vue DevTools you will have to add android:usesCleartextTraffic="true" to the App_Resources/Android/src/main/AndroidManifest.xml file:
android:usesCleartextTraffic="true"
After making the change, delete the platforms folder, and rebuild the app. Vue DevTools should now connect automatically.
Написано
Войдите на сайт
Чтобы задать вопрос и получить на него квалифицированный ответ.
On Android API level 28 and above, cleartext traffic is disabled by default. In order to connect to Vue DevTools you will have to add android:usesCleartextTraffic="true" to the App_Resources/Android/src/main/AndroidManifest.xml file:
android:usesCleartextTraffic="true"
After making the change, delete the platforms folder, and rebuild the app. Vue DevTools should now connect automatically.