Android project directory path name exceeds the 119 character
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Guilherme Franklin
le 11 Jan 2022
Commenté : Walter Roberson
le 27 Mai 2023
I'm trying to run the simple Simulink model found in: https://www.mathworks.com/help/supportpkg/android/ref/getting-started-with-android-devices.html
And I'm getting the following error:
How do I solve?
0 commentaires
Réponse acceptée
Walter Roberson
le 11 Jan 2022
Quit MATLAB (for the moment)
Rename C:\Users\Guilherme\Documents\MATLAB to a shorter name, such as C:\Users\Guilherme\Documents\ML
Now start MATLAB again. Then
userpath('C:\Users\Guilherme\Documents\ML')
or whatever name you used.
However, this particular rename only gets you 4 characters of leeway. You would be better off creating a new directory such as
C:\Users\G\Doc\ML
and copying C:\Users\Guilherme\Documents\MATLAB into it, and then using userpath() to activate it. Or if you have a separate partition, perhaps something like D:\MATLAB
2 commentaires
Jonathan Gadiel Ramírez Martínez
le 27 Mai 2023
Does this not damage the paths of the other documents in the Matlab folder? when changing the name to the address, recently I had a problem when changing the username to install android studio, since my previous user had spaces, but after changing it, no documents were located for me anymore.
Walter Roberson
le 27 Mai 2023
I do not know?
userpath() is what should be used internally. But you pathdef might reflect the old locations. And especially for third-party code such as Android, I would not trust that the interface code definitely uses the Mathworks standards to use userpath()
Plus de réponses (1)
Sutanu Maiti
le 12 Jan 2022
You may change your "Current Folder" to a shorter path, for exmaple "C:\Temp" and build the model.
0 commentaires
Voir également
Catégories
En savoir plus sur Android Devices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!