dennisjzh / GwtMobile-PhoneGap

gwtmobile-phonegap is a GWT wrapper of the PhoneGap Javascript library. PhoneGap is a cross-platform development framework that provides core mobile device features to web-based mobile apps. GWT by Google is a new way of developing web applications -- write apps in Java then compile into javascript. gwtmobile-phonegap enables a GWT mobile application to use PhoneGap functions.
57 stars 14 forks source link

Debug #3

Closed xcrezd closed 12 years ago

xcrezd commented 12 years ago

Hi,

when im working in my eclipse, i want to debug the gwt mobile code with all phonegap capability, how can i do this ( and see my app on android emulator )?

dennisjzh commented 12 years ago

Hi xcrezd,

First of all, you will not be able to debug your code on the Android emulator. The reason is simple, there is no gwt developer plugin for Android.

While that is a bad news, I found myself be able to use the desktop chrome browser for most of my debugging needs. That is because gwt mobile behaves mostly the same on both the desktop and the device.

Now, if you need to test your app with phonegap capability, you will need the ripple plugin for Chrome. Last time I tried, I was able to get half of the phonegap functions to work. I recommend you to give it a shot. http://ripple.tinyhippos.com/

I am closing this issue as it is actually a question. If you have additional questions about gwt mobile, you can post it on the gwt mobile group (link below). If you find issues related to gwt mobile as you try out the ripple plugin, post them here and I will re-open this issue. http://groups.google.com/group/gwtmobile