Thanks for that suggestion. I downloaded and compiled Cyanogenmod's tree and 
it compiled the first time no problem. Now when compiling the application I 
am trying to test and modify (ADWLauncher), I get the following errors

packages/apps/android_packages_apps_Launcher/gen/com/android/launcher/Manifest.java:10:
 
duplicate class: com.android.launcher.Manifest
public final class Manifest {

packages/apps/android_packages_apps_Launcher/gen/com/android/launcher/R.java:10:
 
duplicate class: com.android.launcher.R
public final class R {

packages/apps/android_packages_apps_Launcher/src/com/android/launcher/Launcher.java:1371:
 
cannot find symbol
symbol  : variable SOURCE
location: class android.app.SearchManager
            appSearchData.putString(SearchManager.SOURCE, 
"launcher-search");

So an error in two generated files, and a reference to a SearchManager field 
that doesn't exist.

I am at a for a way of correcting them.

-- 
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

Reply via email to