简体   繁体   中英

Hybrid Application with Ionic/Cordova

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

您应该先阅读有关Apache的非常详细的教程/指南-> http://cordova.apache.org/docs/en/4.0.0/guide_platforms_android_index.md.html#Android平台指南

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM