-
-
Notifications
You must be signed in to change notification settings - Fork 250
feat: add openharmony support #1128
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
base: dev
Are you sure you want to change the base?
Conversation
Package Changes Through efdfe5dThere are 1 changes which include tao with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Seeing the screenshots in the wry-example repo, can you maybe give me a quick rundown on how to run those examples in an emulator? I've been searching on the internet for hours now and couldn't get it to work. The limited resources i found that looked like they may work were for real devices. p.s. (i think i said that somewhere before but i can't find it right now) thanks for the PRs btw, no promises if and when they get merged though. Edit: To be clear, i'm already failing to get an emulator running at all. latest deveco doesn't seem to have one and the few community emulators i've found don't work for one reason or another either. |
|
So sorry that and i wrote a document to explain it: https://github.com/richerfu/wry-example/blob/main/Development.md If you have any other questions you can ask me directly. Thanks @FabianLars |
|
Thank you very much! That is an awesome document :) That said, it doesn't solve the main problem i have. On both Windows and macOS my DevEco installation doesn't come with a Device Manager nor do i see any way to install it or device images. |
|
I see, could you check the following file content? Content should be: <application>
<component name="CountryRegionSetting">
<countryregion name="CN"/>
</component>
</application>If not please copy those config to this file. @FabianLars |
|
Hah, that worked, awesome! Thank you so much! I will get to the testing then :) |
|
would you be okay with me merging this and the wry pr into an p.s. official support in wry & tauri would probably wait until the winit integration progresses anyway. |
|
No problem, i can provide any helps if you need. |
This is an experiential support for OpenHarmony. Lots of code base with
winit(rust-windowing/winit#4117) which already has some exmaples to test it.Now i have made some examples to test it. See details: https://github.com/richerfu/wry-example. It seems worked and doesn't crash, i think it can be merged. Could you help me to merge this work for OpenHamrony, thanks.