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'm investigating away to do modifications on the app.imy before the app is ran. So, I created a runtime.jar from chaquopy that unzips and replaces a string in my code to test
The text was updated successfully, but these errors were encountered:
zekrom567
changed the title
Is there an eassy way to replace chaquopys runtime jar?
Is there an easy way to replace chaquopys runtime jar?
Feb 25, 2025
In that case, you'd probably want to modify the code during the build, not at runtime. You can do that as follows:
Store the original copy of your code in a different directory.
In your build.gradle file, add an afterEvaluate block like this one, which copies the code to src/main/python while doing whatever obfuscation you want.
I'm investigating away to do modifications on the app.imy before the app is ran. So, I created a runtime.jar from chaquopy that unzips and replaces a string in my code to test
The text was updated successfully, but these errors were encountered: