问题描述
有没有人经历过这样的事情?我的应用程序工作,但之后,我添加行Parse.enableLocalDatastore(本);在我的应用程序类停止。 Eclipse的尝试启动它,但白色的屏幕之后,它会变成黑屏,LogCat中通知这一警告的 05-24 14:15:20.683:W / ActivityManager(382):启动超时已过期,放弃唤醒锁! 的
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 but right after the white screen, it turns black and LogCat notifies this warning "05-24 14:15:20.683: W/ActivityManager(382): Launch timeout has expired, giving up wake lock!"
我第一次遇到这样的事情,试图寻找关于Parse.com并没有什么。
First time I experience such thing, tried searching on Parse.com and nothing.
附加信息:
- 的Android +谷歌的API v4.4.2
- 解析V1.5.0
推荐答案
嗯,这是不是SDK的错。
Well, it wasn't the SDK's fault.
解决方法:必须创建一个新的AVD添加行enableLocalDatastore之后,以测试我的应用程序
Solution: Had to create a new AVD to test my app after adding the line "enableLocalDatastore".
这篇关于enableLocalDatastore后AVD blackscreen的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!