You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Brian M Dube <bd...@apache.org> on 2013/08/08 04:59:59 UTC

Re: Status of the 2.9.x branch?

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;

Re: Status of the 2.9.x branch?

Posted by Max Woghiren <ma...@chromium.org>.
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;
>