1
votes

I am trying to run my code on Android emulator in Appcelerator Titanium but error comes during compilation time.

Error: Unable to find Android SDK API 28

I am running this code on latest Titanium SDK version 8.0.0.GA

Screenshot: enter image description here

I have downloaded Android SDK 28 API and created new Android emulator. Still not fixed. Help.

2

2 Answers

0
votes

If you use appc ti setup android in a terminal is the PATH to your Android SDK correct?

I've also found in the past that there can sometimes be updated agreements that must be accepted in either XCode or Android Studio in order to proceed.

If you downgrade your Titanium SDK version to 7.X will it still build fine?

0
votes

I faced this issue and nothing helped. Install Android 9.0 (API 28) and things will work like a charm.