We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的代码是
private long usage; private UpYun upYun; upYun = new UpYun("...","...","..."); new Thread(new Runnable() { @Override public void run() { usage = upYun.getBucketUsage(); Log.i("slz",usage+""); } }).start();
返回是-1 但是同样的代码在java项目中可以用
The text was updated successfully, but these errors were encountered:
正在测试重现问题,请稍后...
Sorry, something went wrong.
UpYun(String bucketName, String userName, String password), password 密码为操作员密码,不是登录密码,请确认是否正确。
完整代码和日志:
java project中行,android project不行,但我用nexus4去运行又是好的,好诡异。。。
本地在android 和真机上测试是ok的。如果还没有解决问题,请提供一个重现问题的方法,谢谢。
No branches or pull requests
我的代码是
返回是-1
但是同样的代码在java项目中可以用
The text was updated successfully, but these errors were encountered: