I have a question concerning plugins. I am using the ionic framework (http://ionicframework.com/) and Cordova for my hybrid app. I am using a toast (text popup) plugin to provide some feedback. Everything works but I decided that I needed some customization so I edited some of the .java files. It seems that my edit has no impact, it's really strange, the plugin also seems to keep working even when I comment out the execute function.
I am using the following ionic command to test the app on my smartphone: "ionic run android"
Any idea why the plugin is not updating? Thanks in advance!
ionic run androidcommand but run from Eclipse. I'm not sure that this command compiles your project. It only takes project apk and runs on connected device. Compile project first. - Maxim Shoustinplatforms/android/src/<package name or directory>/<filename.java>? - Aditya Singh