As the title indicates i get this "error" when running my little app:
WARN/ActivityManager(78): Launch timeout has expired, giving up wake lock!
It came after I added this line to my manifest file:
<uses-permission android:name="android.permission.INTERNET" />
The reason I added that line was to get my app the abillity to connect to a serversocket. Read on another forum that the line would solve my problem (not being able to connect). And well it might have but instead I get that other error.
I'm totally new to android so don't understand much of that android specific stuff going on. Have some Java experience though.
Any help appreciated (:
BTW: not sure if I should have posted some of my code?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…