Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Use relative paths in project file #1312

Closed
kingfisher63 opened this issue Dec 20, 2021 · 2 comments
Closed

[feature] Use relative paths in project file #1312

kingfisher63 opened this issue Dec 20, 2021 · 2 comments

Comments

@kingfisher63
Copy link

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.

@jpstotz
Copy link
Collaborator

jpstotz commented Dec 20, 2021

A very good idea. I prepared the necessary changes.

skylot pushed a commit that referenced this issue Dec 20, 2021
* chore: use relative file paths in .jadx project file (#1312)
* code beautified
* requested changes
@skylot
Copy link
Owner

skylot commented Dec 20, 2021

Fixed in PR #1313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants