摘要:
使用ant编译Android应用程序工程时,出现的错误:错误信息(Cygwin):[aidl] This application has requested the Runtime to terminate it in an unusual way. [aidl] Please contact the application's support team for more information.错误信息(Linux):[aidl] terminate called after throwing an instance of 'std::logic_error'[aid 阅读全文
摘要:
vim /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto eth0 iface eth0 inet static address 200.200.137.173 netmask 255.255.252.0 gateway 200.200.136.80 dns-nameservers 8.8.8.8 2.2.2.2sudo service networking restart 阅读全文