我想知道为什么我的安卓工作室(版本1.5.0)会默认扩展AppCompatActivity活动,AppCompatActivity, ,甚至我选择min API级别为19,我不知道它是否有帮助。
Android警告其他API的不推荐方法(例如:Android Studio warns that navigation mode is deprecated in API 21, but I'm using API 19 (and I want to use only it)。
我被困在这个上,因为我创建了一个多项目的可视化工作室模板。我特别被困在这条线上:
Select the files and folders to include in your template, right-click the selection, click Send To, and then click Compressed (zipped) Folder. The files and folders are compressed into a .zip file.
我做了以下步骤:
创建2个项目。(MyProj.Web和MyProj.Service)
参考MyProj.Serv