[TIMOB-23434] Building Android-module with `ti build` fails
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Chris Barber |
Created | 2016-05-25T07:23:53.000+0000 |
Updated | 2016-05-25T19:42:51.000+0000 |
Description
When we try to build the ti.facebook module with
ti build -p android --build-only
(like advised in 5.2.x versions), it fails: https://gist.github.com/hansemannn/1a8aa1c0c44ac0e3889eccb6fc96c4e3
When using ant clean && ant
, it works. So we need to see what doesn't work there and why it works with other module like ti.touchid (which also had problems finding the JAR's).
Does "ti build" fail after you "ant clean" ? The errors show that you may have old files lying around, which should be removed by "ant clean".
Yes, I ran
ant clean
andti build -p android --build-only
afterwards. Looks like it cannot access the native libs.