简体   繁体   中英

Android manifest activity disappeared

I have a problem when I try to build or run my Android app.
I restored my project (after some others bugs), I removed and I added again Android platform.
Everything in Android manifest seems correct: activity, permission, service.
If I run “ionic cordova run android --device” the android manifest is recreated but It's not the same !!!

How is it possible ? Can I run/build without recreate android manifest ?
That's is very important because otherwise I got activity not found error in some situations.

It was a custom edit-config in config.xml that was breaking my rebuild. I removed it and it seems to work well now.

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