\ArcGIS\Packages' folder. Then, the .aprx (ArcGIS Pro project) file contained within is opened with ArcGIS Pro. Subsequent versions of the same package, even if renamed, still refer to this cached location. When changes are made to a project associated with a project package, the changes are made to the .aprx in the extracted location.
解决办法
There are a few options to achieve the desired result:
- After making changes to the project, choose 'save as' to create a new separate copy.
- Double-click on the .ppkx. and use the extract package geoprocessing tool. The extracted .aprx file opens directly.
重现步骤