Installation of the latest version of netease-cloud-music on Fedora 30 linux platform Abtract As we know, netease company pushed debian-based version of cloud-music software that we cannot install directly on fedora where usually needs a rmp package.…
The latest version of Windows is Windows Sandbox by Surur @mspoweruser Dec 19, 2018 at 1:40 GMT As has been rumoured earlier, Microsoft has now confirmed a new Windows 10 feature called Windows Sandbox.  Windows Sandbox is a new lightweight desktop e…
Line is one of the most popular messaging Apps, especially in Asia. On March 3 I downgraded the app LINE to an earlier version and extract the database successfully. Later this apk downgrade method feature became available in UFED as shown in UFED 5.…
The error message while trying to create a ADO.net Entity Data Model ( Entity Framework 6 ) for MySql Database in Microsoft Visual Studio 2013 "Your project references the latest version of Entity Framework; however, an Entity Framework database prov…
今天按照VSS使用时,当“Get Latest version”时,不小心勾选了 “Only show this dialog when the Shift key is down”,因此当我再“Get Latest version”,该对话框不会出来,所以造成没发获取全部code. 解决办法:按住Shift键 再获取就会弹出对话框,  设置“Only show this dialog when the Shift key is down”这个复选框不勾选. 所以要记住,没有看清的,不理解的,一…
本文地址http://comexchan.cnblogs.com/,作者Comex Chan,尊重知识产权,转载请注明出处,谢谢!   背景: 编译popt的时候出现下述报错. 直接vi查看configure文件 vi configure 查找报错信息: GNU gettext is required. The latest version 查到如下内容 可知.系统是直接执行下述命令来确认gettext是否安装的 xgettext --version >& | grep 'GNU gette…
更新完android SDK之后,eclipse出现了“This Android SDK requires Andro...date ADT to the latest version.”问题,这是因为SDK版本对应不同的ADT,而且SDK的更新并不和ADT的更新在一起,这时就必须更新ADT了. ADT升级: help->check updates, 会看到ddms和android development toolkit, 选中它进行升级 也可以直接安装最新的ADT版本: 在 Help > I…
win7/xp 下面安装Android虚拟机,更新SDK后,在Eclipse preference里指向android-sdk-windows时. 出现 : This Android SDK requires Android Developer Toolkit version 17.0.0 or above. Current version is 10.0.0.v201102162101-104271. Please update ADT to the latest version. 结果:虚拟…
编译项目的时候,报如下错误: Error:(, ) A problem occurred evaluating project ':app'. > Failed to apply plugin [id 'com.android.application'] > Could not create plugin of type 'AppPlugin'. > The android gradle plugin version -beta2 is too old, please update to…
今天在打包项目的过程中出现了编译问题,奇怪的是这个项目已经好久没有修改过了,报错如下. 找不到符号 [ERROR] 符号: 方法 intent(java.lang.String) [ERROR] 位置: 类型为com.paypal.orders.OrderRequest的变量 orderRequest 找不到符号 [ERROR] 符号: 方法 amount(com.paypal.orders.AmountWithBreakdown) [ERROR] 位置: 类 com.paypal.orders…