Skip to content

Older manifests break build process #724

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

Closed
codeanticode opened this issue Jan 22, 2023 · 1 comment
Closed

Older manifests break build process #724

codeanticode opened this issue Jan 22, 2023 · 1 comment

Comments

@codeanticode
Copy link
Contributor

Recent versions of the Android SDK require the android:exported attribute in the manifest file, in the main application or service sections. Also, the uses-sdk section is no longer needed, as min-sdk and target-sdk versions are set in the gradle build file.

Even though a solution to fix this problem is simply to delete the manifest file from the sketch folder so the mode will create a new, valid one, this might be confusing, so better if the mode can detect those older manifests and fix them by itself.

@codeanticode
Copy link
Contributor Author

Fixed with 4277e21

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

1 participant