-
Notifications
You must be signed in to change notification settings - Fork 318
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
Bot unable to connect to Heroku app #13
Comments
I think you must include |
You mean in the app? |
Ok, it works... Just wait a few hours, maybe for heroku to deploy? But i have access to the website... So i create a project in my google dev dashboard, and:
@navedanjum and @adonespitogo, am I missing anything ? Thanks |
I could not remember exact change and don't have access to it at this time. |
@navedanjum, thanks for your answer. |
@Mera-balou did you fix the problem with LocationMonitor.java ? I can not find what to change to fix Map Development issue. Care to share? |
Dear Adones,
First of all, thank you for your work. I must admit that i'm pretty new in android dev, and i don't manage to connect my phone to my AdoBot-IO server ("No bots yet").
Here what i have done:
set up my heroku app (delire.herokuapp.com) seems to be realised.
Here my windows git log when i push to heroku master : git-push.txt
And i access to my app (
heroku open
) without problems after sign-in.compile AdoBot apk is done with android studio (signed apk with my own keystore).
Android studio asks me to update a lot of files to be able to sync project.
Then, i must edit build.gradle:
compile 'com.android.support:appcompat-v7:25.4.0'
(version has been changed).I remove
if (!BuildConfig.DEBUG) hideApp();
, as specified in an older issue.And i must add this code inside build.gradle android section, to avoid lint update check :
Then, apk is built and i install it on my phone which has an internet connexion.
When i launch the app, i specify the heroku app url (delire.herokuapp.com). Then app icon is hiding.
Ok, but my bot list keeps staying empty in my heroku app website...
Do you have any ideas?
Do you have few time to verify your code with last android studio release and update code/instructions if needed? Maybe, an apk can be released to test if there is no other way to investigate.
Thanks for your support and your contribution to this project.
Regards,
The text was updated successfully, but these errors were encountered: