-
Notifications
You must be signed in to change notification settings - Fork 394
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
win10测试tests发现应该使用python dcc.py而不是python3 dcc.py #56
Comments
解决了。 |
记录下环境吧 |
关于过滤函数的笔记 do not compile constructor!<clinit|init|attachBaseContext|onCreate|> test demo!bigGoto compile method named onCreate, mostly activity's onCreate#.;onCreate(Landroid/os/Bundle;. compile all method, use to test compiler.* |
我用win系统测试tests并没有成功。先说下环境,python3、java1.8、ndk17这些都搞好了,ndk.dir也设置了,环境变量配置好了,java和ndk-build都可以直接使用,requirements也安装了。执行python3 dcc.py ,没有报错,但是也并没有生成c代码。ndk换成最新的25也不行。
static public native void nullCheck(InstField nully);
public native void assignFields();
public native void checkFields();
这些函数并没有生成c代码。
我想问现在这个项目还能够成功吗?你们直接运行都没有问题吗?
The text was updated successfully, but these errors were encountered: