uberspot/2048-android

file:///android_asset/2048/index.html issue

TeejayParker opened this issue · 7 comments

I downloaded the zip (yes, I extracted the zip file) from github to insert into android studio to check out / reverse engineer the code.

When I build to my phone, i get the error: "file:///android_asset/2048/index.html is missing"
.
I guess I'm baffled as to why this is popping up, what am I missing?

I have included a screenshot of the build in android studio.

2048screenshot

I've tried the git submodule update --init --recursive inside the 2048-android-master directory, and for some reason the terminal in android studio doesn't recognize it.

I have fixed my own issue. /facepalms self, i can't believe I was overlooking this tiny issue. lol

whoops on my part! closing this issue.

Could you explain how you fixed this issue? I am running into the same thing

Check the readme. You have to clone the repo recursively and initialize the submodules to get the html/js code.

Ok, I think I have a different issue having to do with trying to do this on Windows Command line. Thanks for the quick response!

file:///android_asset/2048/index.html?lang=en
Facing issue with the built app.
What is the solution please??

ildar commented