[TIMOB-5139] Android: command 'titanium fastdev restart' does not update window's label
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-10-17T21:09:20.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | android, fastdev, label, ubuntu |
Reporter | Vikramjeet Singh |
Assignee | Ingo Muschenetz |
Created | 2011-08-26T17:56:51.000+0000 |
Updated | 2017-03-13T21:09:03.000+0000 |
Description
Steps to reproduce:
1. Make sure you have the environment set up by adding following to ~/.bash_profile
alias titanium=$HOME/.titanium/mobilesdk/linux/1.7.0/titanium.py
2. Once your environment is setup, you will be able to run 'titanium' command in terminal.
It should look like following:
$ titanium
Appcelerator Titanium
Copyright (c) 2010-2011 by Appcelerator, Inc.
commands:
create - create a project
run - run an existing project
emulator - start the emulator (android)
docgen - generate html docs for a module (android)
fastdev - management for the Android fastdev server
help - get help
After that:
1. Create a Titanium mobile project for Android in studio.
2. Launch the application from TiStudio.
3. Open app.js and Change label2.text: 'Version: ' + Titanium.App.getVersion(),
4. Restart the application from terminal using following fastdev command in terminal
titanium fastdev restart-app
Expected Result:
Able to see new label with version number.
Actual Result:
Same window label is shown. It does not get updated.
We are deprecating FastDev in version 3.2.0, so marking this as "Won't Fix"
Closing ticket as the issue will not fix.