Fernando,
Just updated with your .zip file (although interestingly, the date on your files in this .zip were dated August 2013, rather than the December 2013 from the one I was using). I attempted to compile the amazon example for android (running the application from within CF2.5 world fine--did not try an emulator thought), on compiling, same error:
Buildfile: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 22.6.0
[checkenv] Installed at C:\Users\Administrator\AppData\Local\Android\android-sdk
-setup:
[echo] Project Name: RuntimeAndroid
[gettype] Project Type: Application
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 19.0.3
[echo] Resolving Build Target for RuntimeAndroid...
[gettarget] Project Target: Android 4.0
[gettarget] API level: 14
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin\res
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin\rsObj
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin\rsLibs
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\gen
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin\classes
[mkdir] Created dir: C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for RuntimeAndroid...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[dependency] API<=15: Adding annotations.jar to the classpath.
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on
-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 396 source files to C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\bin\classes
[javac] C:\Users\ADMINI~1\AppData\Local\Temp\And3679.tmp\src\Extensions\CExtLoad.java:107: error: cannot find symbol
[javac] object=new CRunWebView2();
[javac] ^
[javac] symbol: class CRunWebView2
[javac] location: class CExtLoad
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
C:\Users\Administrator\AppData\Local\Android\android-sdk\tools\ant\build.xml:720: The following error occurred while executing this line:
C:\Users\Administrator\AppData\Local\Android\android-sdk\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.
Total time: 3 seconds
I continue to experiment, but am running out of ideas to try.
As always, thanks for the additional suggestions. I am not ready to give up yet!
-Adam