Skip to content

Instantly share code, notes, and snippets.

@techsethi
Last active March 27, 2019 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techsethi/e3fe002eae573e287d8eb84a0bbe75d9 to your computer and use it in GitHub Desktop.
Save techsethi/e3fe002eae573e287d8eb84a0bbe75d9 to your computer and use it in GitHub Desktop.
git clone https://github.com/HipByte/RubyMotionSamples
cd RubyMotionSamples/android/Hello
rake device
# and the output
Compile ./app/main_activity.rb
clang: error: no such file or directory: './build/Development-28/obj/local/armeabi-v7a/Users/psethi/practice/RubyMotionSamples/android/Hello/app/main_activity.rb.armv7.o.s'
clang: error: no input files
rake aborted!
Command failed with status (1): [/Users/psethi/.rubymotion-android/ndk/tool...]
/Library/RubyMotion/lib/motion/project/template/android.rb:246:in `block (3 levels) in <top (required)>'
/Library/RubyMotion/lib/motion/project/parallel_builder.rb:47:in `block (2 levels) in initialize'
Tasks: TOP => build
(See full trace by running task with --trace)
# motion --version
5.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment