cordova-3.4.0 doesn't copy plugins to platform folder

Nagaraj

I recently installed cordova 3.4.0 in my system through node js

  • The cli is working fine but i am facing these problems.
  • Some plugins alone not adding inside the platforms.

    For Ex:

    • I added the plugin like cordova plugin add org.apache.cordova.geolocation
    • the plugin is adding in the ProjectName/plugins folder.
    • After that i gave cordova build android
    • Now the plugins are not adding inside android platform.

I dont know what the issue was. The plugins like dialog, device are working fine. I am facing these issues for the plugins like geolocation, console, camera.

Thanks guys in advance....

Can any one tell me the solution for this?

Nagaraj

I had the solution. the geolocation plugin for android removed from their git because, we can use the pre defined api for geolocation which is present in the HTML5.

It means, we can use navigator.geolocation.getCurrentPosition() method directly to find the location using javascript.

But what confusing me is, if we can use web api, why they didn't removed for ios?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

cordova 5.3.1 doesn't copy www folder ( in root folder of project) content to asset folder and app

From Dev

cordova plugins conflict on android platform

From Dev

cordova plugins conflict on android platform

From Dev

Cordova 3.3.1-0.1.2 (Phonegap) plugins doesn't work

From Dev

Phonegap cordova.plugins.barcodeScanner.scan doesn't work on ipad

From Dev

ionic cordova plugins and ionic.Platform.ready

From Dev

ionic cordova plugins and ionic.Platform.ready

From Dev

Xcopy doesn't copy, just 0?

From Dev

Can't use plugins for Cordova

From Dev

Folder permissions with cp --parents doesn't allow to copy another file

From Dev

cordova : what is the use of platform_www folder?

From Dev

the "echo %~dps0" doesn't function right on windows platform

From Dev

Plugins not installing during platform add with ionic/cordova on ios

From Dev

Cordova copy www folder to existing build

From Dev

Cordova 3.4 doesn't include Amazon FireOS components and errors when trying to add the platform

From Dev

Cordova doesn't work

From Dev

What is the purpose of fetch.json file inside cordova plugins folder?

From Dev

Can't add android platform in cordova 3.3

From Dev

Maven doesn't copy empty directories to webapps folder while creating war file

From Dev

CMake install project doesn't copy my executable to the folder I specify

From Dev

maven-remote-resources-plugin doesn't copy files, only folder structure

From Dev

Can't remove, rename or copy old OneDrive folder (0x8007016B)

From Dev

XNA doesn't jump of the platform

From Dev

can't find merges folder with cordova

From Dev

can't find merges folder with cordova

From Dev

Can't install Cordova plugins from Git on CLI

From Dev

Cordova 8, Android 7.1.0, can't install any plugins

From Dev

Cordova iOS Plugins fail after building, unless I remove platform and plugin JSON first

From Dev

Cordova iOS Plugins fail after building, unless I remove platform and plugin JSON first

Related Related

  1. 1

    cordova 5.3.1 doesn't copy www folder ( in root folder of project) content to asset folder and app

  2. 2

    cordova plugins conflict on android platform

  3. 3

    cordova plugins conflict on android platform

  4. 4

    Cordova 3.3.1-0.1.2 (Phonegap) plugins doesn't work

  5. 5

    Phonegap cordova.plugins.barcodeScanner.scan doesn't work on ipad

  6. 6

    ionic cordova plugins and ionic.Platform.ready

  7. 7

    ionic cordova plugins and ionic.Platform.ready

  8. 8

    Xcopy doesn't copy, just 0?

  9. 9

    Can't use plugins for Cordova

  10. 10

    Folder permissions with cp --parents doesn't allow to copy another file

  11. 11

    cordova : what is the use of platform_www folder?

  12. 12

    the "echo %~dps0" doesn't function right on windows platform

  13. 13

    Plugins not installing during platform add with ionic/cordova on ios

  14. 14

    Cordova copy www folder to existing build

  15. 15

    Cordova 3.4 doesn't include Amazon FireOS components and errors when trying to add the platform

  16. 16

    Cordova doesn't work

  17. 17

    What is the purpose of fetch.json file inside cordova plugins folder?

  18. 18

    Can't add android platform in cordova 3.3

  19. 19

    Maven doesn't copy empty directories to webapps folder while creating war file

  20. 20

    CMake install project doesn't copy my executable to the folder I specify

  21. 21

    maven-remote-resources-plugin doesn't copy files, only folder structure

  22. 22

    Can't remove, rename or copy old OneDrive folder (0x8007016B)

  23. 23

    XNA doesn't jump of the platform

  24. 24

    can't find merges folder with cordova

  25. 25

    can't find merges folder with cordova

  26. 26

    Can't install Cordova plugins from Git on CLI

  27. 27

    Cordova 8, Android 7.1.0, can't install any plugins

  28. 28

    Cordova iOS Plugins fail after building, unless I remove platform and plugin JSON first

  29. 29

    Cordova iOS Plugins fail after building, unless I remove platform and plugin JSON first

HotTag

Archive