I have been trying to re-compile my changes to the Port of Froyo Rowboat I have built in the past with no success. The errors I am receiving are in code that built before that has never been changed. I have gone back to a fresh copy of Froyo from the repo and It stops in the same place. Has anyone verified that Froyo will still build and if so what is the platform they are building on? Here is the output I am seeing the failure in:
target Java: PackageInstaller (out/target/common/obj/APPS/PackageInstaller_intermediates/classes)
packages/apps/SoundRecorder/gen/com/android/soundrecorder/R.java:10: duplicate class: com.android.soundrecorder.R
public final class R {
^
Note: packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
make: *** [out/target/common/obj/APPS/SoundRecorder_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Created JAR file out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.