简体   繁体   English

如何将我的Android Studio的ide模板与Udacity的ide模板匹配?

[英]How do i match my Android Studio's ide template with Udacity's?

I'm taking the udacity course on android development but i am using android studio 2.0, and so my ide's template doesn't match that of the videos? 我正在上关于android开发的大胆课程,但是我正在使用android studio 2.0,所以我的ide模板与视频的模板不匹配? What do i do now? 现在我该怎么做?

IMHO, newcomers to a platform should not be using pre-release development tools for that platform. 恕我直言,平台的新手不应使用该平台的预发布开发工具。 Hence, at minimum, you should switch to the current production release of Android Studio, which is 1.5.1 at the time of this writing. 因此,至少,您应该切换到当前的Android Studio生产版本,在撰写本文时为1.5.1。

The templates may still not match what is in the course, as I do not know if Google updates their course materials. 这些模板可能仍然与课程内容不符,因为我不知道Google是否会更新其课程资料。 Your options are: 您的选择是:

  1. Do not blindly follow their instructions, but instead determine yourself how to adapt what they suggest that you do to the templates that you are given. 不要盲目地遵循他们的指示,而要自己决定如何使他们的建议适应所提供的模板。

  2. See if there is a starter project that matches the training that you can import instead of using the new-project wizard and its templates (though this may not help with later new-activity wizards). 查看是否有一个入门项目与您可以导入的培训相匹配,而不是使用新建项目向导及其模板(尽管这可能对以后的新建活动向导没有帮助)。

  3. Switch to educational materials that are kept more up to date. 切换到最新的教育材料。

  4. Figure out how to download whatever older version of Android Studio that they might have used in the course. 找出如何下载他们在课程中可能使用的任何较旧版本的Android Studio。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更改Eclipse IDE的启动JVM? - How do I change my Eclipse IDE's launch JVM? 如何在Android Studio的导航抽屉模板中添加图标? - How do I add icons to Android Studio's Navigation Drawer Template? 我如何在Android Studio IDE中获取此数据库连接代码以在手机上运行 - How do i get this database connection code in my android studio IDE to run on my phone 如何解决Android Studio IDE中文件对象的参数错误 - How to solve the error for File object's parameter in Android Studio IDE 在android studio中按下按钮后,如何更改其文本? - How do I change my button's Text after it is pressed in android studio? 如何在Android Studio中获取当前的构建提交的sha1? - How do I get my current build commit's sha1 in Android Studio? Android Studio Java:如果产品已经存在于我的购物车活动中,我该如何更新我的数量? - Android Studio Java: How can I update my quantity if the product already exist's in my Cart Activity? 等效于Visual Studio内置的任何Java IDE的Web应用程序身份验证模板 - any Java IDE's Web Application Authentication template equivalent to Visual Studio's built-in 如何将手机的密度与android -DPI目录图像匹配 - how to match my phone's density to android -DPI directory images 如何在 Android Studio IDE 中找到我项目中所有未使用的方法? - How can I find all unused methods of my project in the Android Studio IDE?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM