breautek edited a comment 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. If you have anymore questions, I'll invite you to our slack using the link above. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
