• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

error in Uber Api integration

puja

Lurker
I am developing an app like ixigo which requires Uber Api integration but my app gets crashed after successful login and I am not getting map and other cab details.
 
Moved to Application Development forum.

Can you please post the stack trace from your Logcat view? This information is needed to offer some advice on your problem.
 
D/ViewRootImpl: mView=null
BindingManager: Cannot setInForeground()
D/ConnectivityManager: unregisterNetworkCallback
 
That's not a stack trace. We need to see the full stack trace, plus the associated code.
 
I am getting NetworkOnMainThreadException after LogIn in my android application implementing Uber API. Please suggest a simplified solution.
 
Studying how to use AsyncTask would be a good place for you to start
 
Back
Top Bottom