31.07.2011 21:20, Nick Risaro пишет:
Is LiveWallpaperSettings an inner class? I think that you can't put an
activity as an inner class. Try moving that to a "normal" class.
You can, as long as:
- It's static ("public static class Inner { ... }");
- It's properly referenced in the manifest as "Outer$Inner".
Same with services, receivers, etc.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
Kostya Vasilyev
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en