Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Rodrigo Rocha
Rodrigo Rocha
4,042 Points

Run Crystal Ball on my Android Device

Hello,

I'm trying to run Crystal Ball app on my Galaxy S3. when my galaxy s3 is connected to computer (windows) I can see the device on Eclipse DDMS prospective but when I click run as android aplication to run on its device the Android Device Chooser is shown and I can't choose my device. Selecting the line of my device does not enable the OK button.

Rodrigo Rocha
Rodrigo Rocha
4,042 Points

Oh my God.

I was trying to solve this problem but now I have a bigger problem. I clicked with right-button on My Project folder in Package Explorer and in Android Tools, Export Signed Aplication Package but does not happened and now I have some Lint Warnings.

2 Answers

Calvin Nix
Calvin Nix
43,828 Points

Hey Rodrigo,

Do you have Developer Mode enabled on your device?

Rodrigo Rocha
Rodrigo Rocha
4,042 Points

Hey Calvin,

Yes, I have. I figured out what was happening. When you use a device with a 4.2 or higher android version, you should enable a RSA key to allow that you run an app on your device. When you connect your device on a computer sometimes you can need to reset adb tool to recognize the connected devices. After I reseted adb tool a popup appeared on my device screen asking if I want to allow to run apps on my device. I clicked OK and ticked the remember option for this. Now the device appears on DDMS perspective.

Thanks Calvin