Skip to content

chore: disable targetSDKVersion checks in AndroidStudio#2533

Merged
skylot merged 1 commit intoskylot:masterfrom
jpstotz:targetsdk
Jun 11, 2025
Merged

chore: disable targetSDKVersion checks in AndroidStudio#2533
skylot merged 1 commit intoskylot:masterfrom
jpstotz:targetsdk

Conversation

@jpstotz
Copy link
Copy Markdown
Collaborator

@jpstotz jpstotz commented Jun 11, 2025

Android Studio is pretty picky regarding the targetSDKVersion of a loaded project as Google accepts only recent versions when publishing in PlayStore. For older targetSDKVersions AndroidStudio even refuses to load/build a project.

As PlayStore publishing is usually not a target when using a Jadx exported project, it is better to disable this targetSDKVersion check as shown in this Stackoverflow post: https://stackoverflow.com/q/55260233/150978.

It is a bit strange that a comment is used for that, but who cares if it works ;)

Copy link
Copy Markdown
Owner

@skylot skylot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks 👍

@skylot skylot merged commit ecb597a into skylot:master Jun 11, 2025
4 checks passed
MartLintz added a commit to MartLintz/jadx that referenced this pull request Jun 17, 2025
skylot pushed a commit that referenced this pull request Jun 17, 2025
@jpstotz jpstotz deleted the targetsdk branch June 19, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants