android-maven-plugin and resource filtering

前端 未结 3 1263
失恋的感觉
失恋的感觉 2021-01-06 08:46

I\'m newbie in maven and trying to configure it to build my android project with android-maven-plugin. I have an application.properties file in assets directory which contai

3条回答
  •  攒了一身酷
    2021-01-06 09:29

    Sometimes it's caused by an inappropriate platform version. Try to set it right in your pom file. Look for smthg like

    
        17
    
    

提交回复
热议问题