5

In newer android versions you can add a widget to the homescreen AND the lock-screen. To be able to test this during development it would be good to be able to add these to the emulator-lock-screen as well.

This should be possible, but it just doesn't seem to work in my emulator version (runnin android 4.2.2

The version should be high enough to support this, so what could be the cause

Nanne
  • 64,065
  • 16
  • 119
  • 163
  • Please restrict your questions to programming issues. StackOverflow is not intended to provide end user support. – MarsAtomic Jun 14 '13 at 14:38
  • you might require adt for this – Charlie Jun 14 '13 at 14:38
  • Can you provide me any link, where I can get help for it – user2075364 Jun 14 '13 at 14:40
  • 7
    I disagree with the conclusions reached here by MarsAtomic, Gilles, tstenner etc. This sounds like a real question to me, if not the best example of grammar. I'm experiencing the same problem and I have the same question. Also it's insulting to belittle the question asker by categorizing their question as "end-user support". Developers need to test their software, and lock screen widgets need to be tested on the emulator if a developer can't affort to buy the latest phone model to test Android 4.2.2 issues. – Georgie Jul 11 '13 at 03:08
  • 6
    Alright folks I found the cause and a solution! Only took all day. Turns out rev 2 of the API level 17 (4.2.2) emulator ARM system image is broken, adding widgets to the lock screen isn't possible. However the rev 1 system image works! You'll have to manually downgrade, zip file is available here: http://dl.google.com/android/repository/sysimg_armv7a-17_r01.zip Put it in your Android SDK files under system-images/android-17 – Georgie Jul 11 '13 at 04:44
  • I'm hoping for some re-open love on this question so we can make this comment above an actual answer! – Nanne Sep 27 '13 at 14:40
  • I still say this is a valid question, and @Georgie 's answer one that should be below in the answer section. – Nanne Oct 07 '13 at 20:41
  • thanks Georgie it worked , you should have given it as an answer. – Avi Kumar Jan 30 '14 at 10:47

1 Answers1

0

Mine is showing up. Go to your AVD and make sure that the device you created/are using is the correct version of Android that supports lock screen widgets. (4.2.2)

Ryan Sayles
  • 3,389
  • 11
  • 56
  • 79