You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paths in the files section of the project file (.jadx) are currently absolute paths. As a result paths become invalid when the project folder is moved to a new location. Using relative paths (if a file is in the same folder as the project file or a subfolder thereof) would resolve this.
The text was updated successfully, but these errors were encountered:
Paths in the files section of the project file (.jadx) are currently absolute paths. As a result paths become invalid when the project folder is moved to a new location. Using relative paths (if a file is in the same folder as the project file or a subfolder thereof) would resolve this.
The text was updated successfully, but these errors were encountered: