I've added the missing import to the 2.9.x and 3.0.x branches.
On Wed, Aug 7, 2013 at 10:59 PM, Brian M Dube <bd...@apache.org> wrote: > On 07/30/2013 04:13 PM, Joe Bowser wrote: > >> Hey >> >> Apparently Cordova 2.9.x doesn't build with Android 4.3. >> > > Joe >> > > Right now 2.9.x doesn't build for me at all. See missing import below. I > assume it was java.util.Locale that was intended in commit 654d489c0. > > Brian > > --- a/framework/src/org/apache/**cordova/CordovaWebView.java > +++ b/framework/src/org/apache/**cordova/CordovaWebView.java > @@ -23,6 +23,7 @@ import java.lang.reflect.**InvocationTargetException; > import java.lang.reflect.Method; > import java.util.ArrayList; > import java.util.HashMap; > +import java.util.Locale; > import java.util.Stack; > import java.util.regex.Pattern; >