Connected to the target VM,address:'localhost:9120',transport:'socket'


这两天用JNI编程,运行到调用jni接口时,总是遇到这个问题,后来就用最笨的方法,通过注释掉某些语句,进行查找,最后终于查出来了。原来是unsigned long long引起的问题。

把这个unsigned long long改成unsigned long即可。

你可能感兴趣的:(Connected to the target VM,address:'localhost:9120',transport:'socket')