I just installed Titanium. Followed all the instructions setting up the SDK, ADT etc etc. I can create a test Titanium mobile project but no matter what, when my AVD launches for debugging, the app never is to be seen or installed. Also, can't figure out why Titanium can't see my android device... I can load up eclipse and create a quick test project which will work fine on my avd and my live device.
1 Answer
Hi Joshua
In order for me to help you with this, I need to verify that your environment is configured correctly. Thus, please copy and paste the following into your terminal/shell so that all the commands execute successfully. Copy the output and paste it to your preferred pastebin service, and paste the link to it here. It's important that you do not modify it in any way, as this could mask problems with your configuration. Do NOT paste the actual code here! This is because the system will change the formatting.
Also, please create and share a screenshot of your android installed packages, using something like ImageShack
Lastly, state your OSX version, and the RAM installed to your system.
Then I will help you further.
clear cd / uname -a echo "$PATH" echo "$JAVA_HOME" java -version javac -version python -V echo "$ANDROID_SDK" cd "$ANDROID_SDK"/tools ./adb version ./android list target git --version echo " --- The following is optional ---" scons -v echo "$HTTP_PROXY" echo "$HTTPS_PROXY" echo "$SOCKS_PROXY"
Your Answer
Think you can help? Login to answer this question!