Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (30 loc) · 900 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 900 Bytes

Bitfluids

What you might need

  • maven3
  • android sdk 2.2 (because of the tablet we use)
  • eclipse indigio 3.7.2
  • ADT plugin
  • mvn plugin
  • git (obviously)

Steps to compile and run

Some common errors

  • gc overhead limit exceeded
    • echo “-Xms512m \n -Xmx1024m” >> eclipse.conf
  • dx error: IllegalArgumentException: already added: slf4j-logger
    • the logger was included twice in the maven build

Links