I have import a Titanium project from Gtihub into Titanium studio, after the import Run Icon was disabled.
Now I can't able to run this project in in simulator or device. Because the Run icon was disabled.
In my tiapp.xml I have added iphone and android in deployment targets, even though Run icon was disabled.
Thanks in Advance
1 Answer
I see from your screenshot that your are trying to launch the app from the Project Explorer View. While this is doable, it is much less intuitive since you have to select the project's you want to run.
To have access to the Run button, you should use the App Explorer View. If this view is not visible, you can access it from the menu:
- Window
- Show
- App Explorer
- Show
Your Answer
Think you can help? Login to answer this question!