I'm developing my first hybrid application with Ionic/Cordova. I did the initial project setup with this generator: https://github.com/diegonetto/generator-ionic
I also read a lot about the project structure. As far as I understood it, the plugins and platforms directory shouldn't be in version control. They are generated during the build process.
Now my question, where should I put the native android code? There is a class generated named CordovaApp in platforms/android//CordovaApp.java Is this the source folder ?
What about the platforms/android/AndroidManifest.xml und platforms/android/build.xml files? Should they be under version control or not? If not where can i configure my Application Name like described here: http://forum.ionicframework.com/t/renaming-android-build-apk-from-cordovaapp-to-your-app-name/15416
regards angela