On 1 June 2014 16:26, davide <[email protected]> wrote: > Now It seems that I can compile a basic project but I have an issue now > when I am trying to use any plugin. >
I've gone back over the tutorial with the following steps: 1. I created a helloworld app, as outlined in https://crosswalk-project.org/#documentation/cordova/develop_an_application 2. I migrated that simple application to Crosswalk, as outlined in https://crosswalk-project.org/#documentation/cordova/migrate_an_application 3. I added a plugin to the application, following your steps (which are pretty much the same as https://crosswalk-project.org/#documentation/cordova/add_plugins) 4. I ran the application on an x86 ZTE Geek phone. In my case, all of the steps seemed to work OK, and the app behaved as expected. I then added the extra ARM library to the application by following the steps in https://crosswalk-project.org/#documentation/cordova/migrate_an_application/Multi-architecture-packages. This continued to work on the ZTE Geek, and also ran on an HTC One X (ARM-based). (However, I found that I did have to modify the app slightly to run it on ARM, as the coordinate display had some visual corruption: possibly because I was updating it to frequently. Removing all the Cordova CSS and changing the update interval to 500ms fixed this.) Note that the steps in the migration tutorial are for the initial build: after that point, I went back to using the cordova tools to build and run the application, i.e. I did: $ cd helloworld $ cordova run (I was building from the top-level directory, as I noticed that building from the platforms/android directory didn't seem to be copying my changes to the www directory correctly. I need to investigate this some more and possibly add a note to the tutorial.) If you can make the source for your problematic application available (perhaps by raising a Jira issue at http://crosswalk-project.org/jira and attaching it), I would be happy to look at it in my setup. Elliot -- Elliot Smith Senior Software Engineer Intel Open Source Technology Centre
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
