Skip to content Skip to sidebar Skip to footer

Avd Blackscreen After Enablelocaldatastore

Has anyone experienced something like this ? My app works but after I add the line 'Parse.enableLocalDatastore(this);' in my Application class it stops. Eclipse tries to launch it

Solution 1:

Well, it wasn't the SDK's fault.

Answer : Had to create a new AVD to test my app after adding the line "enableLocalDatastore".

Solution 2:

^true, same here, I lost ~10h to find out why!!!! seems it is parse.com lib BUG!!!!! when build the android application on release mode!!!!!!!

solution add this :

Parse.enableLocalDatastore(this);

before

Parse.initialize

Post a Comment for "Avd Blackscreen After Enablelocaldatastore"