-
Notifications
You must be signed in to change notification settings - Fork 7
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
Application closes with white screen on click on "View Glymplses found in text". #2
Comments
Hi @githubmss ! Thanks for reaching out. We will certainly look into the issue you are having. For your other questions could you submit a ticket at https://glympse.zendesk.com/hc/en-us/requests/new and we will be happy to help you get set up with Glympse SDK. |
Hello @hoosr2b2 , i am running your sample on my Android Studio 3.0 , i am able to run your sample but finding some issue like sdk is not properly working with Studio ,Please refer below dropbox link :- Project is running but i am not able to get signed inside glympse using any of the account and neither by Skipping login . i am using this function for facebook :-
Please refer the bellow link :- https://www.dropbox.com/s/9ao6pl532pmumiw/glypseFbLoginProcess.png?dl=0 After execution of line :-
Here is what i got in evaluating GPrimitive Object :- https://www.dropbox.com/s/w6n3fj0l7eq3hnx/glympsecreate.png?dl=0 My debugging got stop at this piece of call back :-
Seems something not matching but when i try to evaluate GE.LISTENER_PLATFORM it says unable to find any local variable GE Please let me know what i need to update or place in my code so that it starts recognizing the following two packages :-
Here is my setting.gradle file :-
Please let me know what i am left with , or what i am doing wrong in this. |
Solved!!! , The problem was with gradle version , the studio was not recognizing imports when gradle version was 3.0.0-alpha3 , when i changed it to com.android.tools.build:gradle:2.2.3' and added distributionUrl=https://services.gradle.org/distributions/gradle-3.5-all.zip in wrapper properties , Studio start recognizing all imports. |
Hello Sir , I am trying to run your sample code but facing above mentioned issue.Also i would like to know Is it possible to integrate Glympse Map inside my application ?As i am making one application which do offers live location sharing and still i have not found any sample where i can see Gympse map integrated, if i am not wrong , in your sample you are passing data to Glympse app.What if i do not want to show that in Glymse app just want to render that in my own application's App . Is It Possible ?
The text was updated successfully, but these errors were encountered: