#鸿蒙通关秘籍#如何在鸿蒙开发中开启代码混淆功能?

HarmonyOS
2天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
NEXT 天然编程

在鸿蒙开发中,代码混淆功能可以通过DevEco Studio自动集成。默认情况下,代码混淆功能开启,需要在build-profile.json5中设置arkOptionsobfuscation.ruleOptions.enabletrue。可以通过以下配置来实现:

"arkOptions": { "obfuscation": { "ruleOptions": { "enable": true, "files": ["./obfuscation-rules.txt"] } } }

分享
微博
QQ
微信
回复
2天前
相关问题