Please move this over to one of the open source platform groups as Andy suggested.
On Oct 31, 1:41 pm, mowgli <[EMAIL PROTECTED]> wrote: > Andrew, > Thanks for the suggestions. I tried this and ended of with close to > 5500 errors after building. Here is a brief list. Any suggestions? > > Description Resource Path Location Type > android.accounts cannot be resolved to a type IAccountsService.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/accounts line 18 Java Problem > android.accounts cannot be resolved to a type IAccountsService.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/accounts line 30 Java Problem > android.accounts cannot be resolved to a type IAccountsService.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/accounts line 36 Java Problem > android.accounts cannot be resolved to a type IAccountsService.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/accounts line 39 Java Problem > android.accounts cannot be resolved to a type IAccountsService.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/accounts line 77 Java Problem > android.accounts.IAccountsService cannot be resolved to a type > IAccountsService.java droid/out/target/common/obj/JAVA_LIBRARIES/ > framework_intermediates/src/core/java/android/accounts line 37 Java > Problem > android.app cannot be resolved to a type IActivityPendingResult.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/app line 17 Java Problem > android.app cannot be resolved to a type IActivityPendingResult.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/app line 29 Java Problem > android.app cannot be resolved to a type IActivityPendingResult.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/app line 35 Java Problem > android.app cannot be resolved to a type IActivityPendingResult.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/app line 38 Java Problem > android.app cannot be resolved to a type IActivityPendingResult.java > droid/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/ > core/java/android/app line 75 Java Problem > android.app cannot be resolved to a type IActivityWatcher.java droid/ > out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/ > java/android/app line 21 Java Problem > android.app cannot be resolved to a type IActivityWatcher.java droid/ > out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/ > java/android/app line 33 Java Problem > android.app cannot be resolved to a type IActivityWatcher.java droid/ > out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/ > java/android/app line 39 Java Problem > android.app cannot be resolved to a type IActivityWatcher.java droid/ > out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/ > java/android/app line 42 Java Problem > android.app cannot be resolved to a type IActivityWatcher.java droid/ > out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/ > java/android/app line 119 Java Problem > android.app cannot be resolved to a type IAlarmManager.java > droid/out/ > target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/ > android/app line 20 Java Problem > android.app cannot be resolved to a type IAlarmManager.java > droid/out/ > target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/ > android/app line 32 Java Problem > > On Oct 28, 2:15 am, "Andrew Stadler" <[EMAIL PROTECTED]> wrote: > > > [ Note, this mailing list is intended for app development, typically > > using the SDK. Questions about building or debugging the open source > > release may get better answers & discussion in one of > > android-platform, android-framework, or android-porting. But since > > we're here.... ] > > > There is an eclipse .classpath file in > > android/development/ide/eclipse/. You can use this to set up a > > project, as follows: > > > 1. Download open source and do a complete build cycle. Deal with any > > errors or tool problems before continuing. > > 2. Copy android/development/ide/eclipse/.classpath to android/.classpath > > 3. In eclipse, select "New Java Project" (not Android) > > 4. Tell it to use existing sources and point it at your android/ folder. > > > Eclipse should set up a project with a long string of packages. It > > will take a while the first time (Eclipse will recompile everything > > using its own toolchain) but when it's done, you should see all of the > > Java sources available and "0 errors" in the problems view. > > > Debugging requires some additional steps which I don't want to > > describe here (I'm not in front of a running system and I don't want > > to describe something incorrectly). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

