• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps problem loading widgets on emulator

Hi everybody,
I'm new to android programming.
I'm using the android emulator and I would like some help with android widgets..
I've seen the application tutorials, and I have no problem loading and running them on the emulator.
However I can't run any simple widget I've tried.

I've followed this tutorial but on the widget list there was not this widget. I changed some parts of the code because I'm using android 2.1
Then I tried the Wictionary tutorial and tried again to find it in the widget list..

The console of eclipse prints this
[2010-03-01 12:21:49 - wiktionary]Performing sync
[2010-03-01 12:21:50 - wiktionary]Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'avd2'
[2010-03-01 12:21:50 - wiktionary]Uploading wiktionary.apk onto device 'emulator-5554'
[2010-03-01 12:21:50 - wiktionary]Installing wiktionary.apk...
[2010-03-01 12:21:58 - wiktionary]Success!
[2010-03-01 12:21:58 - wiktionary]\wiktionary\bin\wiktionary.apk installed on device
[2010-03-01 12:21:58 - wiktionary]Done!
so I'm sure that the widget is uploaded.

Is there any kind of file manager in the emulator, so I can manually search for the .apk file?

I'm trying to write a widget and I can't even start with the basics.
If anyone has also found any simple tutorial, I would appreciate because everything I've found using Google was for earlier versions and problems appear.
 
Back
Top Bottom