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".
Post a Comment for "Avd Blackscreen After Enablelocaldatastore"