WhiteHouse / wh-app-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with building

lexs opened this issue · comments

There are several problems with building this library.

  1. The submodules doesn't work because the actual submodule commit is not there.
  2. When using the latest versions of the contrib libs there is a jar file clash with different versions of the android support package.
  3. When correcting the two issues about the app will actually crash when you deploy it. This is due to lacking configuration (of at least UrbanAirship). It would be great if master could actually be run without modifications or that you provide clear instructions on what needs to be done for it to run.

The same problems occurred for me when I tried to build.

Can't resolve import gov.whitehouse.R;
That is after submodule update --init

Same issue here.

Looks like the README is out of date; the app isn't actually using any of those libraries anymore. I only had to do a few things to get a successful build:

  1. import the source of ExoPlayer into the root directory and checkout release 1.3.3
  2. add the line
classpath 'com.novoda:bintray-release:0.2.7'

into the root build.gradle.