2

I have a google tv development box. Can I install an app on that? If so, how?

Jonna
  • 1,625
  • 1
  • 18
  • 38

3 Answers3

3

You can now use adb to connect and install your app for 3.1:

https://code.google.com/tv/android/docs/gtv_debug.html

radley
  • 3,212
  • 1
  • 22
  • 18
2

As far as I know, the ability to install apps and develop android apps will come when they upgrade the devices to Android 3.1

For the moment I don't think you are able to do much else than web testing.

purserj
  • 145
  • 4
  • I have the developer box they gave away at GoogleIO with android 3.1 but there is no information on how to install an app. – Jonna May 16 '11 at 16:11
-1

Unfortunately the LogiciTech Revue Google TV does not connect via adb.

This answer was helpful for connecting abd over tcpip: How can I connect to Android with ADB over TCP?

Community
  • 1
  • 1
simon
  • 5,777
  • 7
  • 30
  • 36
  • Looks like there has been an update. Although this link does not specifically discuss the Logitech Revue wrt to ADB and debugging over TCPIP. – simon Jan 03 '12 at 22:55