Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Android ChildBrowser and Cordova 1.5
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mikem  
View profile  
 More options Apr 6 2012, 4:01 pm
From: mikem <mmarcu...@gmail.com>
Date: Fri, 6 Apr 2012 13:01:12 -0700 (PDT)
Local: Fri, Apr 6 2012 4:01 pm
Subject: Android ChildBrowser and Cordova 1.5

I just upgraded my android project to Cordova 1.5 and I ge the following
error trying to launch ChildBrowser, any guidance as to where to start
looking for answers would be appreciated:

D/dalvikvm( 3044): DexOpt: couldn't find field
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.ctx
W/dalvikvm( 3044): VFY: unable to resolve instance field 48
D/dalvikvm( 3044): VFY: replacing opcode 0x54 at 0x0000
D/dalvikvm( 3044): VFY: dead code 0x0002-003e in
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.navigate
(Ljava/lang/String;)V
W/dalvikvm( 3044): VFY: unable to resolve static field 33 (OK) in
Lcom/phonegap/api/PluginResult$Status;
D/dalvikvm( 3044): VFY: replacing opcode 0x62 at 0x0006
D/dalvikvm( 3044): VFY: dead code 0x0008-0012 in
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.sendUpdate
(Lorg/json/JSONObject;Z)V
W/dalvikvm( 3044): VFY: unable to resolve static field 33 (OK) in
Lcom/phonegap/api/PluginResult$Status;
D/dalvikvm( 3044): VFY: replacing opcode 0x62 at 0x0000
D/dalvikvm( 3044): VFY: dead code 0x0002-009a in
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.execute
(Ljava/lang/String;Lorg/json/JSONArray;Ljava/lang/String;)Lcom/phonegap/api /PluginResult;
D/dalvikvm( 3044): DexOpt: couldn't find field
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.ctx
W/dalvikvm( 3044): VFY: unable to resolve instance field 48
D/dalvikvm( 3044): VFY: replacing opcode 0x54 at 0x0008
D/dalvikvm( 3044): DexOpt: couldn't find field
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.ctx
W/dalvikvm( 3044): VFY: unable to resolve instance field 48
D/dalvikvm( 3044): VFY: replacing opcode 0x54 at 0x0031
D/dalvikvm( 3044): VFY: dead code 0x000a-0030 in
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.openExternal
(Ljava/lang/String;Z)Ljava/lang/String;
D/dalvikvm( 3044): VFY: dead code 0x0033-0037 in
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.openExternal
(Ljava/lang/String;Z)Ljava/lang/String;
D/dalvikvm( 3044): DexOpt: couldn't find field
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.ctx
W/dalvikvm( 3044): VFY: unable to resolve instance field 48
D/dalvikvm( 3044): VFY: replacing opcode 0x54 at 0x0010
D/dalvikvm( 3044): VFY: dead code 0x0012-0017 in
Lcom/phonegap/plugins/childBrowser/ChildBrowser;.showWebPage
(Ljava/lang/String;Lorg/json/JSONObject;)Ljava/lang/String;
D/dalvikvm( 3044): --- called into dvmAbstractMethodStub
W/dalvikvm( 3044): threadid=20: thread exiting with uncaught exception
(group=0x4001d5a0)
E/AndroidRuntime( 3044): FATAL EXCEPTION: Thread-24
E/AndroidRuntime( 3044): java.lang.AbstractMethodError: abstract method not
implemented
E/AndroidRuntime( 3044): at
org.apache.cordova.api.Plugin.execute(Plugin.java)
E/AndroidRuntime( 3044): at
org.apache.cordova.api.PluginManager$1.run(PluginManager.java:150)
E/AndroidRuntime( 3044): at java.lang.Thread.run(Thread.java:1027)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mikem  
View profile  
 More options Apr 6 2012, 4:15 pm
From: mikem <mmarcu...@gmail.com>
Date: Fri, 6 Apr 2012 13:15:46 -0700 (PDT)
Local: Fri, Apr 6 2012 4:15 pm
Subject: Re: Android ChildBrowser and Cordova 1.5

fixed this issue by adding the new cordova jar file to the build path of
the project


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »