[TIMOB-2638] Android: Space in "Galaxy Tab" skin name (available in android sdk tools r8) causes problem at build
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M02 |
Components | Android |
Labels | android, defect, release-1.5.2, release-1.6.0, reported-1.5.0 |
Reporter | Bill Dawson |
Assignee | Bill Dawson |
Created | 2011-04-15T03:25:30.000+0000 |
Updated | 2012-11-28T20:17:05.000+0000 |
Description
If you install android sdk tools r8 and then install the Samsung options therein, you'll see the Galaxy Tab as a an option for the "skin" when launching your app from Titanium Developer. The space in "Galaxy Tab" breaks the build, however -- it's the first time we've been confronted with a space in a skin name.
(from [92bf6ad079d4cee04941675200721eeb3b08aed3]) [#2638 state:fixed-in-qa] If avd skin has space in it, make sure the space gets replaced with underscore when creating the avd directory https://github.com/appcelerator/titanium_mobile/commit/92bf6ad079d4cee04941675200721eeb3b08aed3"> https://github.com/appcelerator/titanium_mobile/commit/92bf6ad079d4...
(from [3d2e5ba20220c9a597fce5a6f80f41b5e7ac05ed]) [#2638 state:fixed-in-qa] If avd skin has space in it, make sure the space gets replaced with underscore when creating the avd directory https://github.com/appcelerator/titanium_mobile/commit/3d2e5ba20220c9a597fce5a6f80f41b5e7ac05ed"> https://github.com/appcelerator/titanium_mobile/commit/3d2e5ba20220...
changing tag for marking where else the fix was cherry-picked to.
I can get this to work in 1.6.0 by selecting "galaxy tab addon 2.2" from sdk and "GALAXY Tab", but when I use Titanium SDK version: 1.5.2 (01/05/11 08:30 981dff2) I fail wiht output:
[TRACE] adb devices returned 0 devices/emulators [ERROR] Timed out waiting for emulator to be ready, you may need to close the emulator and try again
Thomas, that error means you need to exit developer, kill the adb server and restart it. It get's in a bad state.
right you are mr Thorp - Titanium SDK version: 1.5.2 (01/05/11 08:30 981dff2) as well as the noted 1.6.0 build.