Skip to content Skip to sidebar Skip to footer

Android Wear 5.0 Can't Resolve Host (Http , AsyncClient ETC. )

I ve developed Android Wear App also SDK is 4.4AW. After finished that applitacion I tested on new android wear SDK that is 5.0.1 Emulator AND motorola360(with 5.0.1) then I reciv

Solution 1:

Even if Android 5.1.1 support Wi-Fi Feature.

It impossible to directly access the Internet in Android Wear.

You should stick to the Data Layer API , you cannot send http request directly from watch. Fetch internet data from the phone, then transfer it to watch with Data Layer API.

You can see this Does Android Wear support directly access the Internet?

And this document Always-on and Wi-Fi with the latest Android Wear update


Post a Comment for "Android Wear 5.0 Can't Resolve Host (Http , AsyncClient ETC. )"