Deployment of Models from the AssetPackBrowser

I don’t use any models from the AssetPackBrowser but all contained models are beeing deployed into the debug APK file.
How to disable it?

You either copied all those into your project and they reside in your assets folder now of you did something very very strange.

You’re right. The “dist” folder contained all models. I clicked “clean and build” to remove them.

Btw, is it required to use “build” or “clean and build” before each android deployment?

You should clean&build every now and then, especially when unexpected things happen. All kinds of data can get messed up by editing files externally and whatnot.