I am developing a hybrid mobile app using cordova
andMulti-Device hybrid app
,
I get this error when I try to run the build the app for device or emulator
[javac] C:\phonegap\projects\JarChee\Mobile\JarCheeMobileApp\JarChee\bld\Debug\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java:56: error: cannot find symbol
[javac] import org.apache.cordova.CordovaHttpAuthHandler;
[javac] ^
[javac] symbol: class CordovaHttpAuthHandler
[javac] location: package org.apache.cordova
[javac] C:\phonegap\projects\JarChee\Mobile\JarCheeMobileApp\JarChee\bld\Debug\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java:896: error: cannot find symbol
[javac] if (pluginManager != null && pluginManager.onReceivedHttpAuthRequest(webView, new CordovaHttpAuthHandler(handler), host, realm)) {
[javac] ^
[javac] symbol: class CordovaHttpAuthHandler
[javac] location: class InAppBrowser.InAppBrowserClient
inappbrowser version is 1.1.2-dev
p.s I found this commit on InAppBrowser github https://github.com/apache/cordova-plugin-inappbrowser/pull/82/files?diff=split