Reputation: 81
Hello there I am trying to run my app which has code for login. As soon as I run the application it shows me a crash. It is saying that Parse to be initialized where I already did that and follow some other suggestion as well but no luck at all. Could you please help me out of it? Here I post few screenshots of that.
Upvotes: 0
Views: 34
Reputation: 11137
This exception is triggered when Parse.com library initialization did not happen. Do you call Parse.initialize()
in your Application
class onCreate()
method? If so could you provide source of this method?
Upvotes: 2