Android OS 2.2 Permissions: I have absolutely no idea why this simple piece of code doesn't work. What am I doing wrong?

后端 未结 3 1285
走了就别回头了
走了就别回头了 2020-12-06 19:57

I\'m just playing around with some code. I create an Activity and simply do something like this:

long lo = currentTimeMillis();
System.out.println(lo);

lo *         


        
3条回答
  •  遥遥无期
    2020-12-06 20:50

    insetad of System.out.println() use Log.v() or similar.

    I think I found your error, please try it out: Remove on both lines, that should work

提交回复
热议问题