-
有两个问题:
1.为什么有的设备连上USB就能用了,有的会报JsonRPC Error?
2.公司没有外网环境,jsonrpc server的build过程中需要下依赖的,那么应该怎么使用?
-
To fix it properly we need #303 as some code from the latest library is needed.
AndroidSdk line 196 needs to change
A workaround is to copy the zipalign from build-tools\20.0.0 and put it in tools
-
Hi,
I couldn't build the project. Below is the full stack trace:
```
bash-3.2$ ./gradlew assemble --debug
12:57:30.335 [INFO] [org.gradle.BuildLogger] Starting Build
12:57:30.339 [DEBUG] [org.gradle…
-
Can be reproduced when messing with UI things on another non-UI thread.
http://libgdx.badlogicgames.com/uploads/Screen%20Shot%202015-02-26%20at%2017.51.15-EJDV3YNz9R.png
-
After running unit tests, the appserver has open transactions it shouldn't.
This prevents teardown, among other probably issues.
-
You find the data to reproduce the problem on
https://github.com/algobardo/sootReproduce
There you will find the original android framework class files.
If you try to run dx on any annotation class…