将A工程作为另B工程的library导入到AS中,报出"could not find property 'ANDROID_BUILD_SDK_VERSION' on project ':my-library' "。请问一下,应该怎么解决?
将A工程作为另B工程的library导入到AS中,报出"could not find property 'ANDROID_BUILD_SDK_VERSION' on project ':my-library' "。请问一下,应该怎么解决?
1 回答648 阅读
1 回答529 阅读
:my-library中确定要有build.gradle文件。
里面的内容大致为