I created a cordova project normally:
cordova create myApp com.myapp myApp
Then I entered the project folder
cd myApp
I added the platform:
cordova platform add android
and added the crosswalk plugin
cordova plugin add cordova-p...
I'm using this module that automatically adds a Crosswalk wrapper to a Cordova project.
Obs : It requires that the "platform" be [email protected].
Ok, so I give the command to do the Crosswalk Wrap in the project and everything goes well....
I'm having this error when compiling my crosswalk app with the command python make_apk.py , after this command I also pass the values as --package , --manifest , but only the manifest is not working. I think there must be a fol...
I have the following situation
CROSS APPLY (select top 1 seq.id_prod,
seq.id_emp,
seq.localizacao,
seq.localizacao_modulo,
seq.localizacao_nivel,
se...
Since I took the Crosswalk from my project, Cordova only builds an APK. But I need my application in x86 and ARM architecture.
How to do this without the Crosswalk? Or would the standard APK of Cordova be a hybrid APK for both architectures?...
I have an application on crossview webview.
as my site takes about 5 seconds to open on the screen,
I thought of inserting a splashscreen or imageview (I do not know if it has any difference between the two - I'm still starting) and leave it app...