Hi,

i'm trying to integrate crosswalk to my project but i can't find the apk
generated in platform/android/build/outputs/apk

because after i execute command : >phonegap build android, having
previously added crosswalk plugin, it doesn't create build folder

but if i don't execute >phonegap plugin add
cordova-plugin-crosswalk-webview and i execute >phonegap build android,
build folder is created correctly

i'm following this steps:
to create my crosswalk sample project
>phonegap create cwsample com.phonegap.cwsample cwsample
>phonegap platform add android
>phonegap plugin add cordova-plugin-crosswalk-webview
>phonegap build android

at this point it looks like this(build folder is not created):

​

Finally i'm using:
- phonegap cli 6.0.3
- android created with [email protected]
- at the end of config.xml, this lines added automatically:
<preference name="xwalkVersion" value="xwalk_core_library_beta:18+" />
    <preference name="xwalkCommandLine"
value="--disable-pull-to-refresh-effect" />
    <preference name="xwalkMode" value="embedded" />
    <preference name="xwalkMultipleApk" value="true" />


Best Regards,

Jorge Sanchez
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to