Loading...
All --Please help.I am new to PhoneGap and PhoneGap Build and jQuery Mobile.During my 1st build in PhoneGap I received this error...invalid characters [._-] in filenames and/or directoriesInvalid widget archive - resource name is not valid(jquerymobile/images/ajax-loader.png)...which means....The BlackBerry Widget Packager, a RIM tool that takes your application assets and packages them into a BlackBerry-compatible binary, has very stringent rules on what characters your filenames and directories canbe composed of. Make sure all of your filenames and directories contain only alphanumeric characters. Until RIM can fix this issue, unfortunately there is nothing we can do about this....as per this link...https://build.phonegap.com/docs/build-failed#invalid_characters
...and also this...
Invalid Directory Names
Another twist in the BlackBerry Widget Packager saga, there are two names that are reserved for directory names: bin and src. If your application package contains directories with either of these names, the Widget Packager will fail. Make sure you rename those directories!
...so THAT means that one would have to rename virutally ALL the jQuery Mobile imges and files and those in jQuery itself and even the PhoneGap JS file too...
...is all that renaming going to cause an "internal" or "hidden" issues, relative to the workings of jQuery Mobile and jQuery and PhoneGap, such as, for example, the fact that the images are used internally by jQuery Mobile and, as such, the name change will need to propogate into the JS code itself because those image filenames are probably references internally in the jQuery Mobile JS itself... so has anyone done this???
What are the recommendations???
Please advise.
Thanks.
-- Mark Kamoski

