skhang / adw-launcher-android

Automatically exported from code.google.com/p/adw-launcher-android
0 stars 0 forks source link

Theme template errors #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure if I am doing something wrong since I am new to Android 
development/Theme's. I'm trying to use the Theme template but I am getting 
errors in the main.java source.  I have searched everywhere and cannot find a 
solution.  Any help would be appreciated.  Information follows:

Android SDK Tools, Rev 6
SDK Platform Android 2.2, API8, rev 2
Java SDK 1.6.0_21 32 bit
Eclipse for Java Developers 3.5.2
ADT Plugin for Eclipse 0.9.7

Errors:

Description Resource    Path    Location    Type
The method getCount() of type main.IconsAdapter must override a superclass 
method  main.java   /adw.buff.theme/src/adw/buff/theme  line 70 Java Problem
The method getItem(int) of type main.IconsAdapter must override a superclass 
method  main.java   /adw.buff.theme/src/adw/buff/theme  line 75 Java Problem
The method getView(int, View, ViewGroup) of type main.IconsAdapter must 
override a superclass method    main.java   /adw.buff.theme/src/adw/buff/theme  line 
86  Java Problem
The method getItemId(int) of type main.IconsAdapter must override a superclass 
method  main.java   /adw.buff.theme/src/adw/buff/theme  line 81 Java Problem
Attribute minSdkVersion (4) is lower than the project target API level 
(8) AndroidManifest.xml /adw.buff.theme line 1  Android ADT Problem

Original issue reported on code.google.com by rick.rai...@gmail.com on 5 Sep 2010 at 2:10

GoogleCodeExporter commented 9 years ago
Also, forgot to mention - all I am trying to do is change icons.  I tried it on 
the phone using the Custom Shortcuts but whenever I select a custom png icon 
file it force closes.

Phone HTC EVO 4G
ROM CM 6.0.0 with included Kernel

Original comment by rick.rai...@gmail.com on 5 Sep 2010 at 2:12

GoogleCodeExporter commented 9 years ago
Update - figured out the force closing issue.  I was using 128x128 png's and it 
was force closing on custom shortcuts.  I downsized the icons to 85x85 and it 
doesn't force close anymore.  strange though because I can use the 128x128 
png's on other apps like apps organizer and smart shortcuts.

Original comment by rick.rai...@gmail.com on 6 Sep 2010 at 12:46

GoogleCodeExporter commented 9 years ago
Which is weird because I've used 128x128 icons for custom shortcuts :-/

Original comment by JAguirre1231 on 6 Sep 2010 at 12:49