views:

32

answers:

0

So I've got everything set up correctly and working for Android development in Eclipse, and have run into a few problems:

  1. I had to disable autocomplete because it froze every time the window would pop up. I've seen a few Internet discussions about this issue, but no definitive solution.

  2. I can't drag and drop buttons, etc. from the Views menu while looking at my main.xml file. When I go to drop in on the layout nothing happens.

  3. When I run my application, the emulator takes forever to load (a common problem apparently, and no I'm not re-loading the emulator for every run) but then nothing happens when it finally does run. It just goes to the flashing android screen and nothing else.

Any help on these issues would be greatly appreciated..