Unable to find Android SDK API 28 [Appcelerator Titanium]

744 Views Asked by At

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

There are 2 best solutions below

0
Rampancy On

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?

1
ManjunathK On

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