You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/12 14:00:32 UTC

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #204: How to setup plugin development environment with Android Studio

breautek commented on issue #204:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/204#issuecomment-657225712


   For future reference, a better place to ask questions like this is our [slack](http://slack.cordova.io/)
   
   But to answer your question, what I do is create a basic cordova app and add the android platform. Cordova creates an android project under `<project-root>/platforms/android`, which can be opened in Android Studio.
   
   You should be able to link your development plugin by doing `cordova plugin file:/some/path/to/your/plugin --link`. With the `--link` argument, I believe it will symlink your native source code so that any changes you make in the test cordova project, will also be reflected in your original plugin source repository.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org