Community Questions & Answers
Timed out waiting for emulator to be ready
Is there a way to increase the timeout with Appcelerator waiting for the Android emulator to start up? Mine takes slightly longer than it should (call it Antivirus or something-or-other) and it only launches successfully every 3/4 times that I try to start...
Run As Android Device (Android 4.2.2, Titanium 3.0.2.GA)
I have a Samsung Galaxy Nexus. I recently updated the device to Android 4.2.2, and updated the Titanium SDK to 3.0.2.GA. Now adb does not return the device when I attempt to "run as android device." Anyone have any clue why this might be...
Wireless ADB and Titanium
Hi there! I am not able to get my device drivers installed / working correctly on my machine, so I have had to resort to wireless adb. Titanium recognizes my wireless adb device when it starts to build, but after it gets ready to start doing stuff on the...
Android Problems
Hi there, i have setup my android sdk to titanium studio, i got some errors and emulator opens very long time :( but it is opening. After that i want to test my app in my device but it gives error like this ~~~ [TRACE] adb devices returned 0...
How do I run my App from Titanium Mobile on my conencted USB-Smartphone?
I connected my Samsung Galaxy S via USB to a macbook running OSX 10.7 and set Debugging-Mode on my device. ./adb devices is given me: List of devices attached 0123456789ABCDEF device So I guess my smartphone is detected correctly. What do I have to...
Unable to test android application directly on android device instead of android simulator
hi I have developed small Android application.I want to run it on android device.I copied **.apk** and run on my android device it's working fine.But I don't want to every time copy .apk file when I changing my code.I just want to directly run it on my...
Help me with the error when build an app Android
I published a post a week ago and do not receive help please help me I can not resolve the error. This is my link to my other post --> http://developer.appcelerator.com/question/132438/problems-android-sdk-on-macintosh-appcelerator-titanium My File...
Custom adb install
Is there a way to change the adb install script used to test on the emulator? I use wireless adb on my device, which when connected to actually registers the device as an emulator. Instead of using 'Run on Device' I always just adb to push my app.apk to...
Android device instal, "adb -d" removal
Hello community, I am trying to test the app I am developing on my available android devices(nook color, samsung moment, samsung intercept, galaxy player 5.0 and lg Optimus S). Unfortunately I am on a mac and non of the adb drivers work at all(nook used...
adb not showing the database??
I create a database like this: Titanium.Database.open(dbname) The in a adb-shell I go to /data/data/<app>/databases and there is no databasefile The database is working, I can connect to it and execute querys successfull Why is adb not showing my...
Testing on an Archos tablet - adb shell instead of install
Hi all, I'm testing my app on a few different devices and I'm wondering why it won't just install to my Archos 101 tablet. "ADB devices" is showing up the device but when I try to install to the tablet, the log at the bottom of Titanium Studio...
Getting: adb devices returned 0 devices/emulators
Hi I have just installed Titanium (1.7.1), the Android SDK (Tools-rev12, PlatformTools-rev6 and Java (6 - 26) onto a Windows XP machine. When building a blank mobile project as described in the "Getting Started with Titanium Studio"...
Cant install app on device
Hi, I have a problem with installing my app on my HTC Hero phone. I have tryed almost all solutions described in here, but it dos not work for me. There is no problems installing and running in the android emulator. No errors. But when I try to run the app...
Titanium cannot find android adb
I have been using Ti Dev for a while and have created an Iphone and Ipad app successfully. Wanted to attempt an android app and followed the instructions to install the android sdk. When I attempt to set the environmental settings in TI.Dev I get the...
ADB paths with spaces failing now
One of the new Android SDK updates now causes an issue with paths with spaces. This line is ok if I run it from the commandline. ~~~ C:\android-sdk\tools\emulator.exe -avd titanium_7_HVGA -port 5560 ~~~ This line...
Can't run app on android device
I am trying to get adb to see my Samsung Fascinate phone so that I can install my Android apps via usb to the phone. I am using osx 10.6.7. When I run "adb devices" it does not list my device and "adb usb" says "device not...
Titanium 1.2.2 can't find adb
I've just installed Titanium on my Mac, and it wants me to tell it the path to the android sdk in the Profile page. I navigate to the sdk folder, but Titanium complains that it can't find adb or android. android is in the Tools folder where it is...
Titanium couldn't find adb or android
Hello World I've installed the last version of Titanium 1.2.2 and Android SDK. And actually, Titanium tells me "Couldn't find adb or android in your SDK's "tools" directory. You may need to install a newer version of the SDK...
Android adb has moved!
I installed the latest Android, I installed the latest Titanium. I went to the 'profile' tab, and selected the location of my Android install. Titanium rejected it because it couldn't find 'adb' in the 'tools' folder. I looked in the tools folder of my...
adb has moved for android
I have seen several postings of this topic, but all with the same solution, to create a symbolic link. I am sadly on a windows machine, and do not have the priviledges to make symbolic links, is there another way to get this to work, and is there any news...
¿Modify adb parameters when testing in Android?
Hi Test an app in Android emulator is terribly slow. Even with a new computer, the application is very very slow, but works well in any device. That is why I want to run my app in Android compiled for x86, inside a VirtualBox machine:...
Android SDK error
Hi i am new to titanium , I just installed titanium and download android sdk too.. Then i went to edit profile to give the path of the SDK. When i put it it says "Couldn't find adb or android in your SDK's "tools" directory. You may need...
adb.exe isnt in /tools/ its in /platform-tools/
and you get the error "cant find adb.exe in tools dir" http://www.flickr.com/photos/osde-info/5285287379/  apparently the workaround is to manually copy...
installing titanium
- ok so I installed titanium 1.2.2 and it detected the iphone sdk on there but it keeps saying that its loading no matter how long i wait it emulates the iphone but I don't see app on the emulator - another issue I'm getting is that it doesn't seem take...
Cannot get Android SDK to work on OSX
I followed the posted instructions on installing Android SDK and Titanium Developer on OSX. When I try to tell Titanium where to locate the SDK, I get an error stating it Couldn't find adb or android in your SDK's tools directory. You may need to install...
Getting Started fail
Following the excellent getting started guide (mobile, Windows), everything goes well until page 18, where you run the null HelloWorld app. The emulator comes up, and Titanium apparently connects to it, but the app is not installed. I must have made some...
YAADBQ (yet another ADB question) Titanium works on the first build, then fails.
I have yet another problem with ADB (on windows XP SP3) so here it is - Fresh boot my computer Fire up Titanium Test App in Emulator Sucess! (it works) .. ... .... Go back to titanium Make simple change in the code Test app in emulator ADB returns 0...
Another can't get Android emulator to run - haven't found the answer in the forum, so...
Sorry for the redundancy folks, but I couldn't find an answer from all the other similar posts here. My platform: OSX, Titanium and Android SDK complete installs / latest updates Here's the [pastie](http://pastie.org/1166107) of my trace statement from...
Unable to install App on Android Emulator
Whenever I try to run any applications via Titanium, it gets to the point where it is about to install the application on the device and outputs the error: > [ERROR] C:\android-sdk-windows\tools\adb.exe error: more than one emulator I check the and...
Showing 1-29 of 29