You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: