user1050755
user1050755

Reputation: 11691

m2e-android and eclipse kepler/adt latest: apklib classes and resources not included in final apk

Anyone got any idea why that could be? I did "properties -> android -> add lib" and also added the apklib project to the build path. It is also imported to the workspace and opened and built. it really drives me nuts because the v7 support libs are included in the final apk as desired, but not my own apklib project. All of the projects show just fine in eclipse, only the final apk is cimpletely missing the apklib contents.

Upvotes: 0

Views: 83

Answers (1)

user1050755
user1050755

Reputation: 11691

Problem was a mis-configuration of the library's output folders: I had to set it for the source and resource files to the project default. For the resources, I also had to remove the ** default exclusion filter.

Upvotes: 1

Related Questions