I have a Android project that is currently built and deployed to a internal website by a Hudson build server. Recently we added the android-support-v7-appcompat library as a dependency (library project).

My question is, how do I include the android-support-v7-appcompat resources and library into my build script? Do I copy the actual files into my project with the build script (don't even know if the app will then still recognize the library) or will this automatically happen when the build file (to build the apk) is executed?

有帮助吗?

解决方案

In the end the only thing I had to do was generate a build file for the appcompat library. After that the build was successful.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top