support-vector-compat

Which third-party dependencies are declared in the build.gradle of this Android Studio project?

假装没事ソ 提交于 2019-12-11 04:36:57
问题 I want to convert this Android Studio project into an Eclipse project. The way to do it is to copy everything in all src packages and res directory from AS project to Eclipse project, and change the Eclipse project's Manifest file by adding all the additional elements from AS project. The catch is that I have to do this for all the third party dependencies (declared in build.gradle) on which the AS project depends and then add those library projects to this newly created Eclipse project.