-
Notifications
You must be signed in to change notification settings - Fork 315
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
WIKI DOCUMENTATION #17
Comments
Assuming you are using Android Studio. This is what I had to do:
|
We can set up a Wiki for this project with more detailed guides. |
@IchigoWalker first off, update your android studio to one of the 2.2 previews. Then open up your SDK manager and download the latest build tools, sdks etc. Finally I would try |
@Sejadis @comann @IchigoWalker Added some basic stuff to the wiki. Please feel free to contribute! |
@omkarmoghe I am not familar with how to contribute to a wiki. I cannot create PR's on a wiki according to this SO answer. |
@comann interesting. have you tried cloning the wiki? https://github.com/omkarmoghe/Pokemap.wiki.git if that doesnt work we can manually add peoples changes i guess... kinda shitty that github doesnt let you pr wikis |
I am unable to create a PR successfully for the wiki repo. I have cloned the wiki and forked the main repo and to no avail. I was adding in Prerequisites
Building
Troubleshooting
|
@comann updated! |
adding to
I had to activate it manually in the SDK manager |
Does someone want to add a compiled APK for now? I would but I'm not going to be at a computer for another 4 days... |
i run this build on my phone, but i see only map (without pokemon) |
That's because it doesn't load pokemon yet. |
@virusbaba01 try a 2.2 preview of android studio... |
We can use this for running updates to the wiki. Comment with things you want added! |
Typo in title - should be "Official". Also, using Pokémon instead of pokemon everywhere may please some of us :) |
@georgenetu thank you. i cant spell. |
@Animehq yes, it has not been merged in. still work in progress. also this issue is for wiki documentation, not general questions. |
@virusbaba01 You put your android{} block in the wrong build.gradle file. Do it for the module, not the top-level one. |
@comann same happened to me, how did you get your content added? |
still does not display Pokemon in app. get and build last version. |
dear devs |
because its not implemented... |
I've done everything successfully. Built the project and built the APK. Installed APK, but no app icon. Can someone point me in the right direction? |
It won't pop up on your home screen automatically, but if you look in your "app drawer" it should be there under "pokemap" |
Is it possible to inlog using google account? |
@dmitryartuh Google Auth has been having a lot of issues. Use PTC instead. |
@quinnj It's not in my drawer or on my home screen. When I look at Setting >> App, I see pokemap, but there isn't a way to run it. Just gives me the option to uninstall. |
I'm new to building so apologies for asking too many questions. When I try to Run the app from Android Studio, I get the following error: |
@xomikronx what does your Android Manifest say? |
@s7092910 where can I find it? |
In android studio, with the project tab open, open the app folder and click on the manifest folder. It is in there. |
@s7092910 Heres the contents:
` |
Try invalidating your android studio cache and restarting it. If that doesn't work, try running a clean build. |
Built successfully and installed successfully. Icon shows now and I am able to run the app. I enter my username and password. Now app is force closing. There is another reporting the crashing as well in #300 . Anyone else? |
@s7092910 Thanks for the help! |
@omkarmoghe why not setup sphinx with github pages? https://daler.github.io/sphinxdoc-test/includeme.html |
do you need any help? |
Sry, I got the lastest code on dev branch , but when I run it, mPokemonGo.getMap().getCatchablePokemon() always return 0. |
@phonglanhuong please read the ReadMe before wasting our time. Thanks |
it would be nice if you could write a short guide on how to actually build the apk
i tried to figure out how to properly use gradle but im running from one error into the next :(
The text was updated successfully, but these errors were encountered: