I need to push my gwt application to android via using phonegap.I followed http://code.google.com/p/gwt-phonegap/wiki/GettingStarted and this tutorial http://blog.ic3man.gr/?p=120 . But when i run the application i get error gwt application must be recompiled . These are steps i followed
- compile the gwt application
2.create a phonegap project in android as stated in Getting started 3. move the war directory of gwt application to android project 4. pointed the .nocache.js file as index for android app.
Please let me know where i am going wrong!