We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在配置完SDK,JDK和NDK的环境之后进行测试demo,编译demo-java cd tests/demo-java ./gradlew assembleDebug成功 下一步将dex编译到c生成c代码输出到demo-c的/src/main目录下出错 python3 dcc.py tests/demo-java/app/build/outputs/apk/debug/app-debug.apk --source-dir=tests/demo-c/app/src/main/ --no-build Traceback( most recent call last): File "dcc.py",line 18,in from dex2c.compiler import Dex2C File "/home/dev/dcc/dex2c/compiler.py",line 27,in from dex2c.basic_blocks import fill_node_from_block File "home/dev/dcc/dex2c/basic_blocks.py",line 22,in from dex2c.instruction import MoveResultExpression File "home/dev/dcc/dex2c/instruction.py",line 299 self.value: Value = None
SyntaxError:invalid syntax self.value后面的冒号显示SyntaxError
The text was updated successfully, but these errors were encountered:
你用python3.6试试
Sorry, something went wrong.
谢谢大佬!
No branches or pull requests
在配置完SDK,JDK和NDK的环境之后进行测试demo,编译demo-java
cd tests/demo-java
./gradlew assembleDebug成功
下一步将dex编译到c生成c代码输出到demo-c的/src/main目录下出错
python3 dcc.py tests/demo-java/app/build/outputs/apk/debug/app-debug.apk --source-dir=tests/demo-c/app/src/main/ --no-build
Traceback( most recent call last):
File "dcc.py",line 18,in
from dex2c.compiler import Dex2C
File "/home/dev/dcc/dex2c/compiler.py",line 27,in
from dex2c.basic_blocks import fill_node_from_block
File "home/dev/dcc/dex2c/basic_blocks.py",line 22,in
from dex2c.instruction import MoveResultExpression
File "home/dev/dcc/dex2c/instruction.py",line 299
self.value: Value = None
SyntaxError:invalid syntax
self.value后面的冒号显示SyntaxError
The text was updated successfully, but these errors were encountered: