Giter VIP home page Giter VIP logo

Comments (12)

abarth avatar abarth commented on April 27, 2024

The underlying problem is that we haven't tested on Windows. Can you try the following command:

python .\packages\sky\sky_tool start --install '.\packages\sky\sky_tool'

Another thing to try would be using cygwin or another unix-like shell on Windows.

from flutter.

ssaurel avatar ssaurel commented on April 27, 2024

I tried the following command :

C:\Users\sylsau\MyDocuments\Android\dart\sky_sdk\examples\stocks>python.exe .\packages\sky\sky_tool start --install '.\packages\sky\sky_tool'
File ".\packages\sky\sky_tool", line 131
print '%s is not installed, installing.' % APK_NAME
^
SyntaxError: Missing parentheses in call to 'print'

I use Python 3.4.3. Another Python version is supported ?

from flutter.

Pajn avatar Pajn commented on April 27, 2024

print without parentheses is Python 2 syntax, try with 2.7.

Shouldn't new projects support Python 3?

from flutter.

ssaurel avatar ssaurel commented on April 27, 2024

So, I installed Python 2.7. It would be good to mention on steps by steps documentation that Python 2.7 is mandatory.

I executed the command :

C:\Users\sylsau\MyDocuments\Android\dart\sky_sdk\examples\stocks>python .\packages\sky\sky_tool start --install SkyDemo.apk is not installed, installing. 'C:\Users\sylsau\MyDocuments\Android\dart\sky_sdk\examples\stocks\packages\apks\SkyDemo.apk' does not exist? WARNING:root:Failed to write pid file: /tmp/sky_tool.pids

So, I copied packages\sky\apks\SkyDemo.apk to examples\stocks\packages\apks\SkyDemo.apk .

Then, I executed the command and now it works !

from flutter.

abarth avatar abarth commented on April 27, 2024

Yay! I'm glad it worked. Would you be willing to send a pull request improving the documentation to explain how to get it working on Windows?

from flutter.

ssaurel avatar ssaurel commented on April 27, 2024

Yes, I can. I try to update the documentation as soon as possible.

from flutter.

adirkuhn avatar adirkuhn commented on April 27, 2024

to run on windows 8 i need made this changes
line 28
PID_FILE_PATH = "/tmp/sky_tool.pids" to PID_FILE_PATH = "c:/tmp/sky_tool.pids"

line 169
ADB_PATH, 'reverse', port_string, port_string
to
ADB_PATH, 'forward', port_string, port_string

line 205
subprocess.call([ADB_PATH, 'reverse', '--remove', port_string])
to
subprocess.call([ADB_PATH, 'forward', '--remove', port_string])

from flutter.

eseidelGoogle avatar eseidelGoogle commented on April 27, 2024

We should fix PID_FILE_PATH to use tempfile.gettempdir().

ADB reverse and forward are not the same thing. :) We require a very recent adb which has the reverse command. Did the old adb forward command used to do what reverse does now? If so, that's confusing. :/

from flutter.

adirkuhn avatar adirkuhn commented on April 27, 2024

Ok my mistake because I haven't found 'reverse' option on my adb. I updated it and get reverse option now.
Thanks

from flutter.

TheBosZ avatar TheBosZ commented on April 27, 2024

I wrote a batch file to take care of the "flutter" command: #297
Also, the python script to update packages has been converted to Dart.

from flutter.

Hixie avatar Hixie commented on April 27, 2024

Closing as a duplicate of #138 - please reopen if I misunderstood what this was about.

from flutter.

github-actions avatar github-actions commented on April 27, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

from flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.