-
Notifications
You must be signed in to change notification settings - Fork 13.3k
in android, println not working. #10287
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
Comments
This is likely because the |
yes. i testing with
in same folder and i try to run my helloworld program with command below
|
hm that's not a good sign. This will happen whenever the crate isn't compiled against the I'm not exactly sure why that's happening in this case, and that requires further investigation. |
Hmmm, seems to work for me:
|
i found my problem. i tried to compile rust with arm-linux-androideabi-gcc-4.8 |
@ksh8281 well i guess that fixes the immediate issues but I think we'd like to be able to use gcc-4.8 eventually for android so perhaps open another issue for that? |
@luqmana i found what is exact problem |
…_to_ref-tests, r=blyxyas Add tests for issues rust-lang#10285, rust-lang#10286, rust-lang#10289, rust-lang#10287 Fixes rust-lang#10285. Fixes rust-lang#10286. Fixes rust-lang#10289. Fixes rust-lang#10287. This PR simply adds tests for the listed issues as they're already implemented so we can close them. r? `@blyxyas` changelog:none
i work with latest rust(bf98981).
i try to run simple code on android-18 with ndk-r9
but it failed with this message below
The text was updated successfully, but these errors were encountered: