Giter VIP home page Giter VIP logo

Comments (6)

valentinilk avatar valentinilk commented on May 21, 2024 3

If you are on Windows 10 make sure to utilize the native bash capability. Install 'make' and 'ruby' via apt get. Follow kickstarter's readme after that and everything should work.

from android-oss.

michaldrabik avatar michaldrabik commented on May 21, 2024

@ngochuu90 #7 . But you'll probably encounter #16 on the way.

from android-oss.

saisasanksunkavalli avatar saisasanksunkavalli commented on May 21, 2024

cd into the project repo, Run Window Bash (Git Bash) and run ./script/bootstrap. Then import the project in Android Studio, it will build automatically

from android-oss.

PatidarNikunj avatar PatidarNikunj commented on May 21, 2024

Hi,

Operating System (Windows 10) : I'm not able to RUN bootstrap, getting errors:

$ ./Makefile
./Makefile: line 1: bootstrap:: command not found
./script/bootstrap: line 5: ruby: command not found
find: warning: you have specified the -depth option after a non-option argument -name, but options are not positional (-depth affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

find: paths must precede expression: 1
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
./script/bootstrap: line 5: ruby: command not found
./script/bootstrap: line 28: bundle: command not found
./script/bootstrap: line 5: ruby: command not found
cp: cannot stat 'vendor/native-secrets/android/externalMin21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/externalPre21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/externalMin21Release/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/externalPre21Release/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalMin21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalPre21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalMin21Release/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalPre21Release/google-services.json': No such file or directory
mkdir: cannot create directory ‘/codestyles’: Permission denied
./script/bootstrap: line 10: ruby: command not found
cp: cannot create regular file '/codestyles/Kickstarter.xml': No such file or directory
./script/bootstrap: line 5: ruby: command not found
mv: cannot move '/tmp/pidcat' to '/usr/local/bin/pidcat': No such file or directory
./script/bootstrap: line 5: ruby: command not found
./script/bootstrap: line 5: ruby: command not found
./script/bootstrap: line 5: ruby: command not found
./Makefile: line 4: bootstrap-circle:: command not found
cp: cannot stat 'vendor/native-secrets/android/externalMin21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/externalPre21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/externalMin21Release/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/externalPre21Release/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalMin21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalPre21Debug/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalMin21Release/google-services.json': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/internalPre21Release/google-services.json': No such file or directory
./Makefile: line 7: dependencies:: command not found
./Makefile: line 9: submodules:: command not found
Synchronizing submodule url for 'vendor/material-design-icons'
./Makefile: line 12: sha1: command not found
Entering 'vendor/material-design-icons'
./Makefile: line 14: secrets:: command not found
./Makefile: line 16: -@rm: command not found
(Skipping secrets.)
cp: cannot stat 'vendor/native-secrets/android/Secrets.java': No such file or directory
cp: cannot stat 'vendor/native-secrets/ruby/secrets.rb': No such file or directory
cp: cannot stat 'vendor/native-secrets/fonts/ss-kickstarter.otf': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/koala_endpoint_debug.xml': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/koala_endpoint.xml': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/WebViewJavascriptInterface.java': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/KSWebViewClient.java': No such file or directory
cp: cannot stat 'vendor/native-secrets/android/WebViewJavascript.html': No such file or directory
./Makefile: line 41: .PHONY:: command not found

Please let me know how to do and solve these errors to start import and run project in my Android Studio.

Thanks and regards,
Patidar Nikunj

from android-oss.

isaacchn avatar isaacchn commented on May 21, 2024

try to install mingw32 on your computer and add ${mingw32 install directory}\msys${msys version}\bin to PATH

from android-oss.

Pingsh avatar Pingsh commented on May 21, 2024

http://railsinstaller.org/en download this soft, Install the environment you need. test "rails -v" and "ruby -v", if error, find file "rails.bat" at the installation directory, tips here : https://stackoverflow.com/questions/35545361/rails-the-system-cannot-find-the-path-specified

from android-oss.

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.