Playing around with the latest Xamarin 2.0 Xamarin.Android tools. The only android device I have (other than the emulator) is Google-TV device. I have connected the adb to my Google-TV, but don't see any way to debug against the remote device using the Xamarin tools in Visual Studio. Is this possible? What am I missing?
Asked
Active
Viewed 342 times
1 Answers
3
Sorry, but Google TV is not compatible with Xamarin.Android. This is because Google TV doesn't support the NDK (a requirement for Xamarin.Android).

Tom Opgenorth
- 1,511
- 1
- 12
- 19
-
Thanks! Looks like I'll have to get my hands on another android device to play with. I was hoping the Google-TV device would work for simple dev stuff. – BStateham Mar 11 '13 at 19:33