according to this
http://phonegap.com/blog/2015/06/16/p...
at that moment,PGB not ready to support "gradle" build
so...must be use this fork plugin to instead
org.crosswalk.engine (pgb version)
"we don’t want to maintain a separate fork, so rest assured we are investigating gradle support on PGB and other solutions"
well..
all we know that PGB support the gradle build for now
but I tried many times,the npm version (cordova-plugin-crosswalk-webview) still not work in gradle mode and will still build fail
http://phonegap.com/blog/2015/06/16/p...
at that moment,PGB not ready to support "gradle" build
so...must be use this fork plugin to instead
org.crosswalk.engine (pgb version)
"we don’t want to maintain a separate fork, so rest assured we are investigating gradle support on PGB and other solutions"
well..
all we know that PGB support the gradle build for now
but I tried many times,the npm version (cordova-plugin-crosswalk-webview) still not work in gradle mode and will still build fail
- 730 Posts
- 18 Reply Likes
Posted 5 years ago
- 8261 Posts
- 263 Reply Likes
It build correctly with 5.2.0. Try this
https://github.com/amirudin/HelloWorldCLI/tree/GradleCrosswalk
https://github.com/amirudin/HelloWorldCLI/tree/GradleCrosswalk
(Edited)
- 730 Posts
- 18 Reply Likes
hi Amir
I use your config.xml (100% the same)
https://raw.githubusercontent.com/ami...
but still build error in Android
my appid is 697726
and my error log is
http://justpaste.it/obt7
I use your config.xml (100% the same)
https://raw.githubusercontent.com/ami...
but still build error in Android
my appid is 697726
and my error log is
http://justpaste.it/obt7
- 730 Posts
- 18 Reply Likes
hi Amir
I use my another account to test your project again
my appid is 1714447
I finally know what the problem is
if I use your crosswalk project with...
option1,a keystore file,it will build fail on Android (but I am very sure my keystore file is good to work,because I use it to upload GooglePlay for many times)
option2,no any ketstore file,it will build success

I use my another account to test your project again
my appid is 1714447
I finally know what the problem is
if I use your crosswalk project with...
option1,a keystore file,it will build fail on Android (but I am very sure my keystore file is good to work,because I use it to upload GooglePlay for many times)
option2,no any ketstore file,it will build success

- 8261 Posts
- 263 Reply Likes
Hi Bau
Yes I'm able to reproduce. Here is bug report for developer to work on.
https://github.com/phonegap/build/issues/471
Please subscribe & watch for status update.
Thanks.
Yes I'm able to reproduce. Here is bug report for developer to work on.
https://github.com/phonegap/build/issues/471
Please subscribe & watch for status update.
Thanks.
ryan, Developer
- 1538 Posts
- 132 Reply Likes
There are currently issues on Build with plugins that include libraries for both x86 and arm architectures -- specifically the crosswalk plugin in this case. Looking into a fix for this but in the meantime you should source the pgb version of the crosswalk plugin. There's actually two versions of this plugin on build -- one for each architecture (both compile fine both signed and unsigned). The default compiles for arm:
And to build for x86:
Working on better support for the mainline npm crosswalk plugin. Stay tuned.
<gap:plugin name="org.crosswalk.engine" version="1.3.0" source="pgb" />
And to build for x86:
<gap:plugin name="org.crosswalk.engine.x86" version="1.3.0" source="pgb" />
Working on better support for the mainline npm crosswalk plugin. Stay tuned.
- 730 Posts
- 18 Reply Likes
hi ryan
thanks for your reply
for a long time ago,actually I have already know we can use the PGB's crosswalk
but now,PGB support gradle,so...this is the true reason why I submit thus issue
well...the PGB version for now have some Defect
look at this
https://www.npmjs.com/package/cordova...
in cordova we can use the "xwalkCommandLine" and set "--disable-pull-to-refresh-effect"
but seem PGB not already this attribute ( "xwalkCommandLine" )
another attribute seem not support ( "CrosswalkAnimatable" )
http://community.phonegap.com/nitobi/...
if we can use this structure in the future when in PGB
I think it is more better
by the way...
I use this PGB's crosswalk version
https://build.phonegap.com/plugins/3722
this plugin is fork form the official and seen solve the android 5.0+ keyboard flickering bug
thanks for your reply
for a long time ago,actually I have already know we can use the PGB's crosswalk
but now,PGB support gradle,so...this is the true reason why I submit thus issue
well...the PGB version for now have some Defect
look at this
https://www.npmjs.com/package/cordova...
in cordova we can use the "xwalkCommandLine" and set "--disable-pull-to-refresh-effect"
but seem PGB not already this attribute ( "xwalkCommandLine" )
another attribute seem not support ( "CrosswalkAnimatable" )
http://community.phonegap.com/nitobi/...
if we can use this structure in the future when in PGB
<gap:plugin name=org.crosswalk.engine" source="pgb" version="1.3.0" >
<param name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
<param name="CrosswalkAnimatable" value="true" />
etc...or much more
</gap:plugin >
I think it is more better
by the way...
I use this PGB's crosswalk version
https://build.phonegap.com/plugins/3722
this plugin is fork form the official and seen solve the android 5.0+ keyboard flickering bug
- 730 Posts
- 18 Reply Likes
hi ryan
is there anything about "disable-pull-to-refresh-effect" ?
is there anything about "disable-pull-to-refresh-effect" ?
ryan, Developer
- 1538 Posts
- 132 Reply Likes
Not sure -- if that preference isn't working for you, you might have to contact the xwalk developers for assistance.
- 730 Posts
- 18 Reply Likes
OK
I will try to contact with xwalk developers for assistance
I will try to contact with xwalk developers for assistance
- 730 Posts
- 18 Reply Likes
hi Ryan
so...last time you said
"There are currently issues on Build with plugins that include libraries for both x86 and arm architectures -- specifically the crosswalk plugin in this case"
well...if should fix this at first and ask xwalk developers for assistance by the after ?
so...last time you said
"There are currently issues on Build with plugins that include libraries for both x86 and arm architectures -- specifically the crosswalk plugin in this case"
well...if should fix this at first and ask xwalk developers for assistance by the after ?
- 730 Posts
- 18 Reply Likes
hi ryan
there is a new version 1.4.0 with "cordova-plugin-crosswalk-webview"
so...
hope have a new version with the PGB
org.crosswalk.engine
and
org.crosswalk.engine.x86
there is a new version 1.4.0 with "cordova-plugin-crosswalk-webview"
so...
hope have a new version with the PGB
org.crosswalk.engine
and
org.crosswalk.engine.x86
- 730 Posts
- 18 Reply Likes
just feedback
I have already post a link to Crosswalk team
https://crosswalk-project.org/jira/br...
hope will help some place
I have already post a link to Crosswalk team
https://crosswalk-project.org/jira/br...
hope will help some place
- 1 Post
- 0 Reply Likes
hi, ryan
64 bit support in cordova-plugin-crosswalk-webview plugin is in progress, please track the ticket https://crosswalk-project.org/jira/br...
64 bit support in cordova-plugin-crosswalk-webview plugin is in progress, please track the ticket https://crosswalk-project.org/jira/br...
- 84 Posts
- 3 Reply Likes
Seems like this has been resolved.
https://crosswalk-project.org/jira/br...
I'm using the following in my config.xml:
But it seems that PhoneGap Build outputs only the .x86 APK.
Any idea how we can download the 64bit APK?
https://crosswalk-project.org/jira/br...
I'm using the following in my config.xml:
But it seems that PhoneGap Build outputs only the .x86 APK.
Any idea how we can download the 64bit APK?
- 730 Posts
- 18 Reply Likes
PGB for now can't did this point
so...
I am using Cordova Cli to instead for a long time ago
so...
I am using Cordova Cli to instead for a long time ago
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
- 34 Posts
- 0 Reply Likes
I'm using the following in my config.xml
But it seems that PhoneGap Build outputs only the .x86 APK.
Any idea how we can get the 64bit APK (arm)?
<plugin name="cordova-plugin-crosswalk-webview"/>
But it seems that PhoneGap Build outputs only the .x86 APK.
Any idea how we can get the 64bit APK (arm)?
- 730 Posts
- 18 Reply Likes
PGB for now can't did this point
so...
I am using Cordova Cli to instead for a long time ago
so...
I am using Cordova Cli to instead for a long time ago
- 84 Posts
- 3 Reply Likes
Will send you a plugin that I use and works. 30 minutes.
- 730 Posts
- 18 Reply Likes
hi @Oren
what do you mean ?
the npm resource ?
what do you mean ?
the npm resource ?
- 84 Posts
- 3 Reply Likes
Sending you the details in a few minutes.
- 84 Posts
- 3 Reply Likes
I'm using this one in my config.xml:
Also, I'm using this plugin to prevent any HTTPS certificate alerts on some devices:
<plugin name="cordova-plugin-crosswalk-webview-pgb-adapt-arm" source="npm" />
Also, I'm using this plugin to prevent any HTTPS certificate alerts on some devices:
<plugin name="cordova-plugin-crosswalk-certificate" source="npm" />Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
I mentioned that 'adapt' plugin an hour ago in the separate thread bCliks opened (no idea why he did that when he also posted here).
But he apparently rejected that idea and wanted the original plugin to do ARM, too.
But he apparently rejected that idea and wanted the original plugin to do ARM, too.
- 34 Posts
- 0 Reply Likes
Looks like @mbuchalik just solved the problem...
https://github.com/MBuchalik/cordova-...
This plugin allows you to build either the x86 version or the arm version in PGB. Pretty cool.
https://github.com/MBuchalik/cordova-...
This plugin allows you to build either the x86 version or the arm version in PGB. Pretty cool.
Related Categories
-
PhoneGap Framework
- 2926 Conversations
- 61 Followers
-
PhoneGap Build
- 15111 Conversations
- 275 Followers






ColinBau
I have already supply all my information below
Any idea ?
my appid is 697726
and my error log is
http://justpaste.it/obt7