Asset not found exception on android

hi!

Normally when I want to use a model in my android game project,I just put it in the Models directory under the Project-Assets hierarchy and when I build the JME project it automatically put my models in the Assets/Models folder of the android project inside my JME project.
so here is my problem this method is not working for my models with .mesh.xml extension, it does not copy the models and when I run the mobile project it raises an asset not found exception.

thanks for your help!!

https://wiki.jmonkeyengine.org/doku.php/sdk:model_loader_and_viewer#notes_about_model_assets

1 Like

oh thanks man!!!