Standalone APP Runtime error

조회 수: 1 (최근 30일)
MartinM
MartinM 2019년 12월 18일
댓글: MartinM 2019년 12월 19일
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
Walter Roberson
Walter Roberson 2019년 12월 18일
You must use the runtime for exactly the same R2019a Update that you developed the app on.
MartinM
MartinM 2019년 12월 18일
On the link their is only one possibility : R2019a (9.6). Still not working
I need to load the ZIP file in the packaging part of app design.
Or I need to unzip it? Unzip and install and Add something manually?
Regards

댓글을 달려면 로그인하십시오.

채택된 답변

Kojiro Saito
Kojiro Saito 2019년 12월 19일
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.
MATLAB Compiler Preferences.png
  댓글 수: 1
MartinM
MartinM 2019년 12월 19일
perfectly clear!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by