Why can't i start the "androidFa​ceDetectio​nAndTracki​ng"?

4 vues (au cours des 30 derniers jours)
Pietro Ventrella
Pietro Ventrella le 12 Juin 2021
Commenté : Pietro Ventrella le 29 Juin 2021
I've started the first introductive example of the "Simulink Support Package for Android Devices" succesfully and i've also opened on Android Studio the folder ending with "ert_rtw", seeing all the java files and classes that implements this project.
But when i try to run on my Android Phone this example https://it.mathworks.com/help/supportpkg/android/ref/detect-and-track-face-on-an-android-device.html , i receive this type of error every time, and the folder "androidFaceDetectionAndTracking_ert_rtw" is always empty
Diagnostic Viewer:
Model Action Rebuild Reason =========================================================================================== androidFaceDetectionAndTracking Failed Code generation information file does not exist.
What can i do to solve the issue?
  2 commentaires
Pietro Ventrella
Pietro Ventrella le 14 Juin 2021
This is a screenshot of what appears in Diagnostic Viewer @Sruthi Yenugula

Connectez-vous pour commenter.

Réponse acceptée

Sutanu Maiti
Sutanu Maiti le 17 Juin 2021
Can you please try mex setup [>>mex -setup c++] and then build model?
Find more details in below documentation:
https://www.mathworks.com/help/matlab/matlab_external/choose-c-or-c-compilers.html
  2 commentaires
Pietro Ventrella
Pietro Ventrella le 29 Juin 2021
I used [>>mex -setup] to select a compiler for the C language, instead of C++ and then the issue was fixed. Thank you for the help

Connectez-vous pour commenter.

Plus de réponses (1)

Vimal Rathod
Vimal Rathod le 16 Juin 2021
Hello,
Few recommendation from myside based on the information you provided.
1) Verify the existance of the file which is to be used for code generation.
2) Check running the code generation by cutshorting the path to the file.
3) Also make sure the folders reaching to the file have proper name without spaces.
Refer to the following link containing similar answer to your question.

Catégories

En savoir plus sur Simulink Support Package for Android Devices dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by