Deepak Verma
Deepak Verma

Reputation: 73

Unable to find Android SDK API 28 [Appcelerator Titanium]

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.

Upvotes: 1

Views: 744

Answers (2)

ManjunathK
ManjunathK

Reputation: 387

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

Upvotes: 0

Rampancy
Rampancy

Reputation: 45

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?

Upvotes: 0

Related Questions