Skip to content

Conversation

@MarijnS95
Copy link
Member

Fixes #74

The minor suffix of an SDK version is not something that can be targeted or conveyed in an Android app; ignore it for now as we only use this to determine the highest API level to target.

However fn platform_dir() independently tries to reconstruct this path based on an API target and now has no idea to append .1 if only android-36.1 happens to be installed for instance. This should be brought back in sync.

The minor suffix of an SDK version is not something that can be targeted
or conveyed in an Android app; ignore it for now as we only use this
to determine the highest API level to target.

However `fn platform_dir()` independently tries to reconstruct this
path based on an API target and now has no idea to append `.1` if only
`android-36.1` happens to be installed for instance.  This should be
brought back in sync.
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.

cargo-apk doesn't support Android Platform 36.1

2 participants