Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23434] Building Android-module with `ti build` fails

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterHans Knöchel
AssigneeChris Barber
Created2016-05-25T07:23:53.000+0000
Updated2016-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).

Comments

  1. Hieu Pham 2016-05-25

    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".
  2. Hans Knöchel 2016-05-25

    Yes, I ran ant clean and ti build -p android --build-only afterwards. Looks like it cannot access the native libs.

JSON Source