Here is the report generated from my Compiling error, I updated my SDK to the best of my knowledge, I will continue to diagnose the issue but wanted to record my results thus far.
"Buildfile: C:\DOCUME~1\CHRIS~1.CAR\LOCALS~1\Temp\And23E.tmp\b uild.xml
-set-mode-check:
-set-debug-files:
-set-debug-mode:
-debug-obfuscation-check:
-setup:
[echo] Gathering info for RuntimeAndroid...
[setup] Android SDK Tools Revision 16
[setup] Project Target: Android 3.2
[setup] API level: 13
[setup]
[setup] ------------------
[setup] Resolving library dependencies:
[setup] No library dependencies.
[setup]
[setup] ------------------
[setup]
[setup] WARNING: Attribute minSdkVersion in AndroidManifest.xml (7) is lower than the project target API level (13)
-build-setup:
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\DOCUME~1\CHRIS~1.CAR\LOCALS~1\Temp\And23E.tmp\b in\res
[mkdir] Created dir: C:\DOCUME~1\CHRIS~1.CAR\LOCALS~1\Temp\And23E.tmp\b in\classes
-pre-build:
-code-gen:
[echo] ----------
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[renderscript] No RenderScript files to compile.
[echo] ----------
[echo] Handling Resources...
[aapt] Found Deleted Target File
[aapt] Generating resource IDs...
-pre-compile:
-compile:
[javac] Compiling 344 source files to C:\DOCUME~1\CHRIS~1.CAR\LOCALS~1\Temp\And23E.tmp\b in\classes
[javac] C:\DOCUME~1\CHRIS~1.CAR\LOCALS~1\Temp\And23E.tmp\s rc\Extensions\CRunAndroidEmail.java:132: error: cannot find symbol
[javac] ho.uiThreadRun(new Runnable()
[javac] ^
[javac] symbol: method uiThreadRun(<anonymous Runnable>)
[javac] location: variable ho of type CExtension
[javac] C:\DOCUME~1\CHRIS~1.CAR\LOCALS~1\Temp\And23E.tmp\s rc\Extensions\CRunAndroidEmail.java:160: error: cannot find symbol
[javac] ho.uiThreadRun(new Runnable()
[javac] ^
[javac] symbol: method uiThreadRun(<anonymous Runnable>)
[javac] location: variable ho of type CExtension
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
BUILD FAILED
C:\Program Files\Android\android-sdk\tools\ant\build.xml:602: The following error occurred while executing this line:
C:\Program Files\Android\android-sdk\tools\ant\build.xml:622: Compile failed; see the compiler error output for details.
Total time: 6 seconds"