1

I am building a Sencha Touch application that I then build using PhoneGap. When I installel the application on my android device for testing I got a strange prompt box asking me to provide a gap_bridge_mode?! What is this and how do I get rid of it (the prompt).

In my current situation I just click the Ok button without providing any value and all works fine. However I cannot release the application with this thing "welcoming" the user.

Please, help!

babbata
  • 1,644
  • 3
  • 19
  • 27
  • What version of PhoneGap are you using? – Simon MacDonald Sep 30 '12 at 18:55
  • I think I found what the problem was. In my phonegap config file I indicated the use of phonegap 2.0.0 - the latest available version on the build server - while in the index.html I was loading the 2.1.0 - the latest version available for download. After I changed index.html to point to version 2.0.0 I don't get this message anymore. Thanks for the help. – babbata Oct 01 '12 at 07:19

1 Answers1

3

I think I found what the problem was. In my phonegap config file I indicated the use of phonegap 2.0.0 - the latest available version on the build server - while in the index.html I was loading the 2.1.0 - the latest version available for download.

After I changed index.html to point to version 2.0.0 I don't get this message anymore.

Thanks for the help.

babbata
  • 1,644
  • 3
  • 19
  • 27