How to solve Android Libraries custom attributes and package name remapping during build?

前端 未结 1 1758
刺人心
刺人心 2020-12-30 13:09

Over time our Android project has expanded a great deal, and these days we are creating multiple branded APKs from the same source tree. This has become challenging due to t

相关标签:
1条回答
  • 2020-12-30 14:01

    This was solved.

    For example:

    <?xml version="1.0" encoding="utf-8"?>
    <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:custom="http://schemas.android.com/apk/res-auto" >
    ...
    
    0 讨论(0)
提交回复
热议问题