codehasan / dex2c

🎇 AOT compiler to translate dalvikvm code into cpp code
Apache License 2.0
175 stars 41 forks source link

Error while running with python 3.11 #2

Closed cxfshelter closed 10 months ago

cxfshelter commented 1 year ago

Traceback (most recent call last): File "D:\project\newsvn\dsj\ours\tools\dex2c\dcc.cfg", line 9, in "v1_enabled": true, ^^^^ NameError: name 'true' is not defined. Did you mean: 'True'?

what's wrong?

redragon14368 commented 1 year ago

Open "D:\project\newsvn\dsj\ours\tools\dex2c\dcc.cfg" and look for ""v1_enabled": true," then try to make "true" to "True"

codehasan commented 10 months ago

Issue solved