Standalone APP Runtime error
2 views (last 30 days)
Show older comments
Dar al
Iam using Matlab 2019a. I have creat a app with app design. Problem : When I want to creat a standalone app, without download for the user, Ineed to select "Runtime included in package". I have download the 2019a version from https://fr.mathworks.com/products/compiler/matlab-runtime.html
Tht give me a zip. But when I select it I got an error message : "This file is nota valid Matlab Runtimeinstaller for this version"....
Do you have an idea?
Regards
2 Comments
Walter Roberson
on 18 Dec 2019
You must use the runtime for exactly the same R2019a Update that you developed the app on.
Accepted Answer
Kojiro Saito
on 19 Dec 2019
In the MATLAB Runtime download page which you described above, the latest update version is listed. As of R2019a, the link is Runtime R2019a Update 6.https://ssd.mathworks.com/supportfiles/downloads/R2019a/Release/6/deployment_files/installer/complete/win64/MATLAB_Runtime_R2019a_Update_6_win64.zip
So, if you're using another update version of R2019a, you need to download the same update version of Runtime.
You download the same version from MATLAB.
compiler.runtime.download
if you cancel this command, you can find the URL. For example, R2019a Update 1 is
After download the installer file, you don't need to unzip it. Just point the zip location in MATLAB Compiler Preference.
More Answers (0)
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!