Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20012] Android: module build requires API level 21

GitHub Issuen/a
TypeBug
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 5.2.0
Fix Version/sn/a
ComponentsAndroid, Tooling
Labelsn/a
ReporterChristopher Williams
AssigneePraveen Innamuri
Created2015-11-18T00:45:59.000+0000
Updated2015-11-19T17:12:09.000+0000

Description

When attempting to build a native Android module, I realized we are forced to the default API level from the python code, which is 21. I assumed the android.platform value in the build.properties file would choose what API level we're targeting. Mine was pointing at android-23, but from what I can tell we're forced to use 21. https://github.com/appcelerator/titanium_mobile/blob/master/support/android/androidsdk.py#L8

Comments

  1. Chris Barber 2015-11-18

    Have you tried building a module using ti build?
  2. Christopher Williams 2015-11-19

    I'm running ant from the android folder of the module. I should probably try ti build...

JSON Source