error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCom
这个错误表明缺少Theme.AppCompat.Light这个主题,而这个主题在appcompat-v7里面,所以要解决这个问题,先下载一个appcompat-v7库,再import ...
