user2489898
user2489898

Reputation: 81

About android project that contains the Parse Initialization

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.

This is my logcat description

This is my Login screen first few lines of code which is most probably the responsible one to crash the app

Upvotes: 0

Views: 34

Answers (1)

Lamorak
Lamorak

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

Related Questions