[TIMOB-20012] Android: module build requires API level 21
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 5.2.0 |
Fix Version/s | n/a |
Components | Android, Tooling |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Praveen Innamuri |
Created | 2015-11-18T00:45:59.000+0000 |
Updated | 2015-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
Have you tried building a module using
ti build
?I'm running
ant
from the android folder of the module. I should probably tryti build
...