0

I have just installed Titanium Appcelerator, and when trying to specify the SDK folder I receive the following error:

Please guide me to solve this enter image description hereproblem

Amr Bakri
  • 273
  • 3
  • 11

2 Answers2

0

There is a space in your directory, rename it, from this:

D:\ANDROID SDK\adt-bundle-windows-x86_64

To this and see if that works:

D:\ANDROIDSDK\adt-bundle-windows-x86_64

Josiah Hester
  • 6,065
  • 1
  • 24
  • 37
0

The error says that platforms directory is not there at the given path.

My Android sdk home has the below folder structure:

Folder structure of android sdk home

Dhairya Vora
  • 1,281
  • 12
  • 35