HipByte / Flow

Cross-platform libraries for RubyMotion
BSD 2-Clause "Simplified" License
141 stars 29 forks source link

com/yourcompany/flowapp: Java exception raised: java.io.FileNotFoundException: launch_screen.png #26

Closed cactis closed 8 years ago

cactis commented 8 years ago
Create build/android/Development-23/classes.dex
    Create build/android/Development-23/flowApp.apk
      Sign build/android/Development-23/flowApp.apk
     Align build/android/Development-23/flowApp.apk
   Install build/android/Development-23/flowApp.apk
     Start com.yourcompany.flowapp/.MainActivity
--------- beginning of main
--------- beginning of system
07-06 01:00:37.864  7301  7301 E com/yourcompany/flowapp: Java exception raised: java.io.FileNotFoundException: launch_screen.png
--------- beginning of crash
(main)>
`
thanks
lrz commented 8 years ago

That's probably because you run RubyMotion Starter and we forgot to add the launch screen image to the Flow template.

Watson1978 commented 8 years ago

@cactis Now, this fixing is not released yet. If you want, you will be able to try fixing with

$ git clone https://github.com/HipByte/Flow.git && cd Flow
$ rake gem
$ gem install motion-flow-0.1.2.gem

Thank you for your reporting :)