On Mon, Feb 9, 2015 at 6:59 PM, example email <[email protected]> wrote: > Hi, > > I'm quite new at andriod/java, but an experienced linux developer. > > I'm using the embedding mode of XWalk - I even compiled it myself. > > Q1. I'm suffering from the 20+ seconds it takes the APK to > install/uninstall/deploy for every run/stop as oppose to without it. Is > there any known solution to help me (considering I would like to create the > XWalkView object myself instead of using the shared-mode/reflection path) ?
I personally run a local web server on my dev machine, create an APK with crosswalk using app-url to point to the IP of my dev machine. Therefore you just need to relaunch the app to test the new changes (or you implement a temporary refresh button). This works of course only if you use pure HTML code. > > Q2. If not, Is there any way to simply dynamically link the runtime 18MB .so > library to the application ? I'm assuming that this is what happens with > probably multiple base libraries of Andriod, I wonder if such approch can be > taken here ? For example, I could place my runtime once on the device > (using an APK or simply c&p it there) and just point to it to the dynmaic > linker (if such exists) - at least for the period of developing.. Think of > the time being saved :) 100 runs a day for 3 month for 3 developers - 7 days > of work - almost 10%. > > Another cool thing will be to download the .so from a server after > installing the lightwait apk application and share this library with you > other applications. > > But - If dynamic linking is possible, than I guess this can be a breach in > secuirity as well - as said - i'm not such familiar with android. > > Anyhow - great code - great documentation - great work! > > > _______________________________________________ > Crosswalk-help mailing list > [email protected] > https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help > _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
