Installing App Package using matlab.apputil.install generates an error

2 views (last 30 days)
I created a package app using the matlab.apputil.package function and I don't get any errors. Same using the GUI with the same project file. Installing and running the application works just fine until I add some png images to the package. Then I get the following error:
Error using matlab.apputil.install (line 51)
Unable to install the specified file for the following
reason:
CLEAR can only clear the import list in the base
workspace
matlab.apputil.install(appFile);
com.mathworks.jmi.MatlabException: CLEAR can only clear the import list in the base workspace
at com.mathworks.jmi.NativeMatlab.SendMatlabMessage(Native Method)
at com.mathworks.jmi.NativeMatlab.sendMatlabMessage(NativeMatlab.java:219)
at com.mathworks.jmi.MatlabLooper.sendMatlabMessage(MatlabLooper.java:120)
at com.mathworks.jmi.Matlab.mtFeval(Matlab.java:1540)
at com.mathworks.jmi.MatlabWorker.feval(MatlabWorker.java:197)
at com.mathworks.appmanagement.InstallAppMatlabWorker.doOnMatlabThread(InstallAppMatlabWorker.java:20)
at com.mathworks.appmanagement.InstallAppMatlabWorker.doOnMatlabThread(InstallAppMatlabWorker.java:7)
at com.mathworks.appmanagement.AbstractAppManagementMatlabWorker.runOnMatlabThread(AbstractAppManagementMatlabWorker.java:21)
at com.mathworks.jmi.MatlabWorker$2.run(MatlabWorker.java:79)
at com.mathworks.jmi.MatlabWorker.start(MatlabWorker.java:248)
at com.mathworks.appmanagement.AbstractAppManagementMatlabWorker.go(AbstractAppManagementMatlabWorker.java:52)
at com.mathworks.appmanagement.PackagingApiImpl.extract(PackagingApiImpl.java:25)
at com.mathworks.appmanagement.AppManagementApiImpl.install(AppManagementApiImpl.java:153)
at com.mathworks.appmanagement.AppManagementApiImpl.install(AppManagementApiImpl.java:75)

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!