Ionic apk css Problem?

I have a question about Ionic 2 android apk.I have an ionic 2 project which contains bootstrap css and js and other external js and css files.When I build my project and view on browser everything is fine for both android ,windows and ios.However when I took its signed apk and try it on my real phone (Android SDK >=4.4) my css which are called inside pages as : assets\…\…css is broken and page looks without css on my phone!: How can I solve this problem ? My Phone is Samsung A7 and I have also tried on different phones and the result is the same.!!

Did you remote debug the problem on the device already?
Follow these instructions here to debug the problem in Safari dev tools:
https://ionic.zone/debug/remote-debug-your-app#ios
Follow these instructions here to debug the problem in Chrome dev tools:
https://ionic.zone/debug/remote-debug-your-app#android
Look at the console and network tabs for errors.