MATLAB: I get an error when i try to deploy an app on Android device. The error says “Use a folder name that does not contain spaces”

hardwareMATLAB and Simulink Student Suitesimulink

The attached image shows the error i get when I push on the button "Deploy to Hardware" from the Simulink toolbar. Do you have any advice or tips?

Best Answer

Workspace(build) directory has space, Android NDK doesn't build with project folder having space. So remove space from any of the folder in the workspace path.
Related Question