uberspot/2048-android

Does not work

Closed this issue · 4 comments

Did you install the F-Droid version or build it yourself? Did you do git clone --recursive ? It seems like the git submodule 2048 containing the site wasn't downloaded. Try to initialize the submodule before building.

I did git clone --recursive? Is there something else I need to do if i want to build? If i need the git submodule 2048, where can I get that?

Try git submodule update --init --recursive inside the 2048-android directory.
This should create and populate the assets/2048 folder inside it. You should see some html/css/js files there. If they are there then maybe there's some problem during building. I use the latest android studio to build everything.

The git submodule update --init --recursive seemed to do the trick. Thanks!