Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Phonegap Build error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Phonegap Build error

    It looks like these are the affected plugins. Bob Moore has added version numbers into today's pre-release build... but for any build prior to this, just add the version number into your config.xml file.
    The Alpha PhoneGap Build Builder - Manage My PhoneGap Plugins - may help as well, as this takes your entry instead of any automated entry.

    Before submitting to PhoneGap Build, check to make sure there are no duplicate plugin entries .

    Code:
    	<plugin name="cordova-plugin-file" source="npm" version="4.3.3" />
    	<plugin name="cordova-plugin-file-transfer" source="npm" version="1.5.1" />
    	<plugin name="cordova-plugin-camera" source="npm" version="2.4.1" />
    	<plugin name="cordova-plugin-media-capture" source="npm" version="1.4.3" />
    	<plugin name="cordova-plugin-device" source="npm" version="1.1.7" />
    	<plugin name="cordova-plugin-network-information" source="npm" version="1.3.4" />
    	<plugin name="cordova-plugin-dialogs" source="npm" version="1.3.4" />
    	<plugin name="cordova-plugin-splashscreen" source="npm" version="4.1.0" />
    	<plugin name="phonegap-plugin-barcodescanner" source="npm" version="6.0.5" />
    	<plugin name="cordova-plugin-statusbar" source="npm" version="2.3.0" />
    	<plugin name="cordova-plugin-x-toast" source="npm" version="2.6.0" />
    	<plugin name="cordova-plugin-whitelist" source="npm" version="1.3.3" />
    	<plugin name="cordova-plugin-battery-status" source="npm" version="1.2.5" />
    	<plugin name="cordova-plugin-console" source="npm" version="1.1.0" />
    	<plugin name="cordova-plugin-contacts" source="npm" version="2.3.1" />
    	<plugin name="cordova-plugin-device-motion" source="npm" version="2.0.0"/>
    	<plugin name="cordova-plugin-device-orientation" source="npm" version="2.0.0" />
    	<plugin name="cordova-plugin-geolocation" source="npm" version="2.4.2" />
    	<plugin name="cordova-plugin-globalization" source="npm" version="1.0.8" />
    	<plugin name="cordova-plugin-inappbrowser" source="npm" version="1.7.2" />
    	<plugin name="cordova-plugin-vibration" source="npm" version="2.1.6" />
    	<plugin name="ionic-plugin-keyboard" source="npm" version="2.2.1" />
    	<plugin name="onesignal-cordova-plugin" source="npm" version="2.2.2" />
    	<plugin name="pdf417-phonegap" source="npm" version="1.1.8" />	
    	<plugin name="cordova-plugin-media" source="npm" version="3.0.1" />
    	<plugin name="cordova-sqlite-ext" source="npm" version="0.9.1" />
            <plugin name="pushwoosh-pgb-plugin" source="npm" version="7.0.4"/>
    Last edited by Davidk; 11-15-2017, 12:11 PM.

    Comment


      #17
      Re: Phonegap Build error

      Originally posted by Davidk View Post
      It looks like these are the affected plugins. Bob Moore has added version numbers into today's pre-release build... but for any build prior to this, just add the version number into your config.xml file.
      The Alpha PhoneGap Build Builder - Manage My PhoneGap Plugins - may help as well, as this takes your entry instead of any automated entry.

      Before submitting to PhoneGap Build, check to make sure there are no duplicate plugin entries .

      Code:
      	<plugin name="cordova-plugin-file" source="npm" version="4.3.3" />
      	<plugin name="cordova-plugin-file-transfer" source="npm" version="1.5.1" />
      	<plugin name="cordova-plugin-camera" source="npm" version="2.4.1" />
      	<plugin name="cordova-plugin-media-capture" source="npm" version="1.4.3" />
      	<plugin name="cordova-plugin-device" source="npm" version="1.1.7" />
      	<plugin name="cordova-plugin-network-information" source="npm" version="1.3.4" />
      	<plugin name="cordova-plugin-dialogs" source="npm" version="1.3.4" />
      	<plugin name="cordova-plugin-splashscreen" source="npm" version="4.1.0" />
      	<plugin name="phonegap-plugin-barcodescanner" source="npm" version="6.0.5" />
      	<plugin name="cordova-plugin-statusbar" source="npm" version="2.3.0" />
      	<plugin name="cordova-plugin-x-toast" source="npm" version="2.6.0" />
      	<plugin name="cordova-plugin-whitelist" source="npm" version="1.3.3" />
      	<plugin name="cordova-plugin-battery-status" source="npm" version="1.2.5" />
      	<plugin name="cordova-plugin-console" source="npm" version="1.1.0" />
      	<plugin name="cordova-plugin-contacts" source="npm" version="2.3.1" />
      	<plugin name="cordova-plugin-device-motion" source="npm" version="2.0.0"/>
      	<plugin name="cordova-plugin-device-orientation" source="npm" version="2.0.0" />
      	<plugin name="cordova-plugin-geolocation" source="npm" version="2.4.2" />
      	<plugin name="cordova-plugin-globalization" source="npm" version="1.0.8" />
      	<plugin name="cordova-plugin-inappbrowser" source="npm" version="1.7.2" />
      	<plugin name="cordova-plugin-vibration" source="npm" version="2.1.6" />
      	<plugin name="ionic-plugin-keyboard" source="npm" version="2.2.1" />
      	<plugin name="onesignal-cordova-plugin" source="npm" version="2.2.2" />
      	<plugin name="pdf417-phonegap" source="npm" version="1.1.8" />	
      	<plugin name="cordova-plugin-media" source="npm" version="3.0.1" />
      	<plugin name="cordova-sqlite-ext" source="npm" version="0.9.1" />
      and for pushwoosh i use

      <plugin name="pushwoosh-pgb-plugin" source="npm" version="7.0.6"/>

      now everything is compiled fine

      Thank You David!!!

      Comment


        #18
        Re: Phonegap Build error

        David,

        Thank you for this. I was in a real jam yesterday.

        Comment


          #19
          Re: Phonegap Build error

          Before submitting to PhoneGap Build, check to make sure there are no duplicate plugin entries in the config.xml file.

          <plugin name="cordova-plugin-file" source="npm" version="4.3.3" />
          <plugin name="cordova-plugin-file-transfer" source="npm" version="1.5.1" />
          <plugin name="cordova-plugin-camera" source="npm" version="2.4.1" />
          <plugin name="cordova-plugin-media-capture" source="npm" version="1.4.3" />
          <plugin name="cordova-plugin-device" source="npm" version="1.1.7" />
          <plugin name="cordova-plugin-network-information" source="npm" version="1.3.4" />
          <plugin name="cordova-plugin-dialogs" source="npm" version="1.3.4" />
          <plugin name="cordova-plugin-splashscreen" source="npm" version="4.1.0" />
          <plugin name="phonegap-plugin-barcodescanner" source="npm" version="6.0.5" />
          <plugin name="cordova-plugin-statusbar" source="npm" version="2.3.0" />
          <plugin name="cordova-plugin-x-toast" source="npm" version="2.6.0" />
          <plugin name="cordova-plugin-whitelist" source="npm" version="1.3.3" />
          <plugin name="cordova-plugin-battery-status" source="npm" version="1.2.5" />
          <plugin name="cordova-plugin-console" source="npm" version="1.1.0" />
          <plugin name="cordova-plugin-contacts" source="npm" version="2.3.1" />
          <plugin name="cordova-plugin-device-motion" source="npm" version="2.0.0"/>
          <plugin name="cordova-plugin-device-orientation" source="npm" version="2.0.0" />
          <plugin name="cordova-plugin-geolocation" source="npm" version="2.4.2" />
          <plugin name="cordova-plugin-globalization" source="npm" version="1.0.8" />
          <plugin name="cordova-plugin-inappbrowser" source="npm" version="1.7.2" />
          <plugin name="cordova-plugin-vibration" source="npm" version="2.1.6" />
          <plugin name="ionic-plugin-keyboard" source="npm" version="2.2.1" />
          <plugin name="onesignal-cordova-plugin" source="npm" version="2.2.2" />
          <plugin name="pdf417-phonegap" source="npm" version="1.1.8" />
          <plugin name="cordova-plugin-media" source="npm" version="3.0.1" />
          <plugin name="cordova-sqlite-ext" source="npm" version="0.9.1" />
          <plugin name="pushwoosh-pgb-plugin" source="npm" version="7.0.4"/>
          <plugin name="cordova-plugin-image-picker" source="npm" version="1.1.1" />

          Comment


            #20
            Re: Phonegap Build error

            Originally posted by jgrannis View Post
            I'm having similar problems although I'm using CLI 7.0.1 (cordova-android: 6.2.3). The PhoneGap Build logs say this for multiple plug-ins:
            Anyone know how to tell PhoneGap Build to use cordova-android: 6.3.0 (I don't see it in config.xml)

            Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
            Skipping 'cordova-plugin-geolocation' for android
            Fetching plugin "cordova-plugin-network-information" via npm
            Installing "cordova-plugin-network-information" at "1.3.4" for android
            Fetching plugin "cordova-plugin-dialogs" via npm
            Installing "cordova-plugin-dialogs" at "1.3.4" for android
            Fetching plugin "cordova-plugin-splashscreen" via npm
            Installing "cordova-plugin-splashscreen" at "4.1.0" for android
            Fetching plugin "cordova-open" via npm
            Installing "cordova-open" at "1.0.12" for android
            Fetching plugin "cordova-plugin-file" via npm
            Installing "cordova-plugin-file" at "5.0.0" for android
            Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
            Skipping 'cordova-plugin-file' for android
            Fetching plugin "cordova-plugin-file-transfer" via npm
            Installing "cordova-plugin-file-transfer" at "1.7.0" for android
            Plugin dependency "[email protected]" already fetched, using that version.
            Installing "cordova-plugin-file" at "5.0.0" for android
            Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
            Skipping 'cordova-plugin-file' for android
            i'm having a similar problem too, but i can't seem to find the build log, the one i quote here, can anyone tell me where to find the log file? thanks for the help

            Comment


              #21
              Re: Phonegap Build error

              Originally posted by notLuqman View Post
              i'm having a similar problem too, but i can't seem to find the build log, the one i quote here, can anyone tell me where to find the log file? thanks for the help
              BUILD LOG.PNG

              If you go in your app in phonegap build you would see something like above..just click the log to get the build log.

              To edit the version you must edit your config.xml before submitting to phonegap.

              Comment


                #22
                Re: Phonegap Build error

                Originally posted by Davidk View Post
                The whole PhoneGap Build environment is in a state of flux/panic because of changes made to Cordova.

                Bob Moore is updating the Alpha PhoneGap Build Builder to now include a version for each plugin. If you can wait until tomorrow morning, hopefully a new pre-release will be out.

                With the pre-release in hand we can see what versions of plugins to use. This doesn't mean you'll need to use the pre-release... it just means that we'll know for certain which versions to set in existing config.xml files.
                Please what is this phoneGap and what is it use for ? can i be illuminated? thanks

                Comment


                  #23
                  Re: Phonegap Build error

                  Originally posted by lascvent View Post
                  Please what is this phoneGap and what is it use for ? can i be illuminated? thanks
                  The PhoneGap Build Integration lets you Develop and Deploy fully-functional HTML5 applications to mobile devices, access device hardware and also submit to the native app stores.

                  https://www.alphasoftware.com/blog/b...y-and-quickly/

                  Comment


                    #24
                    Re: Phonegap Build error

                    Originally posted by [email protected] View Post
                    [ATTACH=CONFIG]44198[/ATTACH]

                    If you go in your app in phonegap build you would see something like above..just click the log to get the build log.

                    To edit the version you must edit your config.xml before submitting to phonegap.
                    hi Nurul, thanks for replying!
                    im using phonegap build from alpha, by pressing "manage my phonegap build apps" i got this menu shown, i don't have anything similar like the photo you posted, what are you using to build the phonegap apps ?
                    manage phonegap.JPG

                    Comment


                      #25
                      Re: Phonegap Build error

                      Originally posted by notLuqman View Post
                      hi Nurul, thanks for replying!
                      im using phonegap build from alpha, by pressing "manage my phonegap build apps" i got this menu shown, i don't have anything similar like the photo you posted, what are you using to build the phonegap apps ?
                      [ATTACH=CONFIG]44199[/ATTACH]
                      Your welcome..
                      You can try this link https://build.phonegap.com/apps ..access from the phonegap site itself to see the log.

                      Comment


                        #26
                        Re: Phonegap Build error

                        In the Alpha PhoneGap Build Project Settings... instead of clicking "Save and Upload to PhoneGap Build"... click Save. In the subsequent PhoneGap Configuration dialog you'll see a link "Click here to view/edit the PhoneGap Build XML configuation file". Clicking this link will open the Config.xml file. Whatever plugins you're using, ensure the appropriate version is applied to each. If you're using a plugin that is not in the list above in this thread, report it here... we'll figure it out.

                        The other way of handling this is by building your own list of plugins using the "Manage My PhoneGap Plugins". However, this only works with 3rd Party plugins. In this case you'd uncheck all the 3rd party plugins in the builder, and add all the 3rd party plugins you want to include in the Manager... with version numbers. If you're working with the pre-release Alpha has already taken care of many of the plugin versions... core plus some 3rd party. If you're not working with the pre-release, then you'll need to ensure the config.xml file includes the versions for any plugins you're using. Prior to the pre-release, the builder will double up on plugins if you add them manually and have them checked... so watch out for that. As well, if you have them checked and included them in the Manager, the plugin will be added twice... so once again, watch out for that.

                        Comment


                          #27
                          Re: Phonegap Build error

                          Originally posted by Davidk View Post
                          In the Alpha PhoneGap Build Project Settings... instead of clicking "Save and Upload to PhoneGap Build"... click Save. In the subsequent PhoneGap Configuration dialog you'll see a link "Click here to view/edit the PhoneGap Build XML configuation file". Clicking this link will open the Config.xml file. Whatever plugins you're using, ensure the appropriate version is applied to each. If you're using a plugin that is not in the list above in this thread, report it here... we'll figure it out.

                          The other way of handling this is by building your own list of plugins using the "Manage My PhoneGap Plugins". However, this only works with 3rd Party plugins. In this case you'd uncheck all the 3rd party plugins in the builder, and add all the 3rd party plugins you want to include in the Manager... with version numbers. If you're working with the pre-release Alpha has already taken care of many of the plugin versions... core plus some 3rd party. If you're not working with the pre-release, then you'll need to ensure the config.xml file includes the versions for any plugins you're using. Prior to the pre-release, the builder will double up on plugins if you add them manually and have them checked... so watch out for that. As well, if you have them checked and included them in the Manager, the plugin will be added twice... so once again, watch out for that.
                          I prefer the first method.Its easier that way.and yes sometime it duplicate the plugin.So everytime before submitting the app to phonegap just check for duplicate first to be safe.

                          Comment


                            #28
                            Re: Phonegap Build error

                            Originally posted by jgrannis View Post
                            I'm having similar problems although I'm using CLI 7.0.1 (cordova-android: 6.2.3). The PhoneGap Build logs say this for multiple plug-ins:
                            Anyone know how to tell PhoneGap Build to use cordova-android: 6.3.0 (I don't see it in config.xml)

                            Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
                            Skipping 'cordova-plugin-geolocation' for android
                            Fetching plugin "cordova-plugin-network-information" via npm
                            Installing "cordova-plugin-network-information" at "1.3.4" for android
                            Fetching plugin "cordova-plugin-dialogs" via npm
                            Installing "cordova-plugin-dialogs" at "1.3.4" for android
                            Fetching plugin "cordova-plugin-splashscreen" via npm
                            Installing "cordova-plugin-splashscreen" at "4.1.0" for android
                            Fetching plugin "cordova-open" via npm
                            Installing "cordova-open" at "1.0.12" for android
                            Fetching plugin "cordova-plugin-file" via npm
                            Installing "cordova-plugin-file" at "5.0.0" for android
                            Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
                            Skipping 'cordova-plugin-file' for android
                            Fetching plugin "cordova-plugin-file-transfer" via npm
                            Installing "cordova-plugin-file-transfer" at "1.7.0" for android
                            Plugin dependency "[email protected]" already fetched, using that version.
                            Installing "cordova-plugin-file" at "5.0.0" for android
                            Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
                            Skipping 'cordova-plugin-file' for android
                            The version you're looking for doesn't work that way. PhoneGap Build now has available PhoneGap 7.0.1 which includes the Cordova build for each platform as follows:
                            iOS : 4.4.0
                            Android : 6.2.3
                            Windows : 5.0.0

                            You don't get Android 6.3.0 using PhoneGap Build... it's not there yet. So... you must use a specific version of the plugin which will be ok for Android 6.2.3.
                            https://blog.phonegap.com/phonegap-7...s-89087fe465f5

                            Clear as mud... n'es pas?
                            Last edited by Davidk; 11-17-2017, 02:12 AM.

                            Comment

                            Working...
                            X