-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file:///android_asset/2048/index.html issue #36
Comments
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 |
It should be fixed somewhere near
d3975d9
What commit are you building?
|
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.
The text was updated successfully, but these errors were encountered: