0

Basic Android application that was created with gwt-phonegap 1.8.1, and compiled on Phonegap Cloud shows only blank white screen. After consulting the site of gwt-phonegap creator following information was found (http://blog.daniel-kurka.de/2012/04/gwt-phonegap-16-issues-with-loading-on.html) However, there is no 'de.kurka.cordova' package in gwt-phonegap 1.8.1 source - so I can not find ways to correct reported error. Can anyone help, please ?

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43

1 Answers1

1

The classes on my my blog are not meant to be used inside your GWT project, they need to be added to your android phonegap project.

Add those classes to your android phonegap project as described in the blog after that your application will start fine.

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43