Einzelnen Beitrag anzeigen

delphinia

Registriert seit: 16. Feb 2006
444 Beiträge
 
Delphi 11 Alexandria
 
#1

HTML5 Builder Probleme

  Alt 25. Okt 2012, 14:24
Habe ein Komplett neues Projekt erstellt nach der Installation von HTML5 Builder und wollte das dann auf einem Emulierten Android Gerät ausgeben.....

Geht nicht....

Code:
    [javac] Compiling 4 source files to DD:\Wntwicklung\android\bin\classes
    [javac] D:\Wntwicklung\android\src\org\apache\cordova\CordovaWebViewClientPatched.java:8: error: cannot find symbol
    [javac]   import android.webkit.WebResourceResponse;
    [javac]                        ^
    [javac]  symbol:  class WebResourceResponse
    [javac]  location: package android.webkit
    [javac] D:\Wntwicklung\android\src\org\apache\cordova\CordovaWebViewClientPatched.java:21: error: cannot find symbol
    [javac]    public WebResourceResponse shouldInterceptRequest(WebView view, String url) {
    [javac]           ^
    [javac]  location: class CordovaWebViewClientPatched
    [javac] D:\Wntwicklung\android\src\org\apache\cordova\CordovaWebViewClientPatched.java:29: error: cannot find symbol
    [javac]    private WebResourceResponse generateWebResourceResponse(String url) {
    [javac]            ^
    [javac] D:\Wntwicklung\android\src\org\apache\cordova\CordovaWebViewClientPatched.java:25: error: cannot find symbol
    [javac]            return super.shouldInterceptRequest(view, url);
    [javac]  symbol: method shouldInterceptRequest(WebView,String)
    [javac] D:\Wntwicklung\android\src\org\apache\cordova\CordovaWebViewClientPatched.java:47: error: cannot find symbol
    [javac]                WebResourceResponse response = new WebResourceResponse(mimetype, "UTF-8", stream);
    [javac]                ^
    [javac]                                                   ^
    [javac] 6 errors
BUILD FAILED
D:\Entwicklung\eclipse\android-sdk\tools\ant\build.xml:679: The following error occurred while
D:\Entwicklung\eclipse\android-sdk\tools\ant\build.xml:679: The following error occurred while executing this line:
D:\Entwicklung\eclipse\android-sdk\tools\ant\build.xml:692: Compile failed; see the compiler error output for details.
Doreen
Gruss Doreen
  Mit Zitat antworten Zitat