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

How to embed custom Java/kotlin code into APK? #326

Open
mzdk100 opened this issue May 10, 2024 · 0 comments
Open

How to embed custom Java/kotlin code into APK? #326

mzdk100 opened this issue May 10, 2024 · 0 comments

Comments

@mzdk100
Copy link

mzdk100 commented May 10, 2024

I need to write some Java/kotlin code and package it into APK, but I found that the gradle project created through the 'cargo mobile init' command is saved in the gen directory, and gen is added to the .gitignore file. This means that we should not directly modify the files in the gen directory. So how can I implement my requirements?

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

No branches or pull requests

1 participant