Unable to make Android library resources private?

雨燕双飞 提交于 2019-12-11 07:19:59

问题


created public.xml in values and added public resource there

<resources>
<public type="drawable" name="image_public"/>
<public type="string" name="external_module_string_res_public"/>
<public type="layout" name="activity_main_public"/>
</resources>

but still, I am able to access to all resource from library module in the Main project.

tried this Chris Banes's instruction and this as well stackoverflow post

using Android Studio 3.1.4 and classpath 'com.android.tools.build:gradle:3.1.4'

来源:https://stackoverflow.com/questions/53430517/unable-to-make-android-library-resources-private

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!