Hi,how to put a keystore.jks file in a compose des...
# compose-desktop
z
Hi,how to put a keystore.jks file in a compose desktop project, and how to read this file? is there any related tutorials?
u
Maybe You can try find document in android document website, about android app package and release
z
android是asset文件夹,使用context获取的,桌面里不行吧
i
Put it to
resources
directory, and read with regular
<http://java.io|java.io>
API. Tutorial about images (it covers reading svg/others from file): https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/Image_And_Icons_Manipulations Regarding actual deserializing - it doesn't seem part of compose, just use lower-level/platform libraries
u
我以为你只是想用这个签名呢, 读取的话放到 resource 应该就可以了
官方大佬出现了
z
ok ,i will try,tanks