tuzhao

Results 5 issues of tuzhao

we need update gradle version and android support version, because there have a compile error. `* What went wrong: Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not...

网页还未加载完成,切换到列表再切换回网页有明显卡顿.

我下载下来以后以sudo -s 运行了install.sh,图标也正常的生成了。 我通过点击图标或者命令行运行均不能播放。 然后我点击关闭按钮第一次是没有反应。但是那个小图标就一直在我的任务栏中。 然后就只有注销了... 第二次运行还是不行......[ ![2016-03-26 12 16 32](https://cloud.githubusercontent.com/assets/9989910/14058024/2fcc243a-f34d-11e5-8daf-64b5f64801f3.png) ![2016-03-26 12 15 53](https://cloud.githubusercontent.com/assets/9989910/14058025/30c4d738-f34d-11e5-9ef1-f52a64c3491f.png)

WifiStateChangeReceiver declared in Manifest.xml will not support receive android.net.wifi.STATE_CHANGE, should use registerReceiver() method.

I am running this app on pixel mobile,but can't run normally. here is resolve solution: Intent intent = new Intent(FsService.ACTION_STOP_FTPSERVER); **intent.setPackage(getActivity().getPackageName());** getActivity().sendBroadcast(intent); should add setPackage of every send broadcast Intent.