Omar Bahir
Omar Bahir

Reputation: 1267

Invalid "--android-sdk" value "C:\android-sdk-win" in Titanium while deploying app on android mobile

I'm working on Titanium with alloy framework and quit new in it. I have develop some simple apps and these are working fine on my laptop's browser.Now i want to test it on my android mobile but unable to deploy it on my device. I've installed device driver on system and connected device on debugging mode but when i try to run as android device in titanium , i get Invalid "--android-sdk" value "C:\android-sdk-win" error. while ni case of native android apps (with java/eclipse) my device is working fine and I'm able to test my apps on my mobile in debugging mode. Don't know what is the problem with Titanium. I've searched internet for this problem but couldn't find any good solution. Any help will be highly appreciated.

Upvotes: 1

Views: 843

Answers (1)

csg
csg

Reputation: 2107

I guess you don't have any SDK in "C:\android-sdk-win".

You should ensure you have the correct Android SDK/NDK paths configured in Titanium:Preferences:Studio:Platforms:Android.

Upvotes: 2

Related Questions