الإصدار 2.0 من "استوديو Android" (نيسان (أبريل) 2016)

ملاحظة: إذا كنت تُطوّر تطبيقات لإصدار N Developer Preview، عليك استخدام الإصدار التجريبي من "استوديو Android 2.1". لا يتيح الإصدار 2.0 من Android Studio جميع الميزات المطلوبة لاستهداف الإصدار التجريبي من نظام التشغيل N.

التشغيل الفوري:

  • ينشر "استوديو Android" الآن عمليات الإنشاء النظيفة بشكل أسرع من أي وقت مضى. بالإضافة إلى ذلك، أصبح من الممكن الآن نقل التغييرات المتزايدة في الرموز البرمجية إلى المحاكي أو جهاز فعلي بشكل فوري تقريبًا. مراجعة التعديلات بدون إعادة نشر ملف برمجي جديد لإصدار اختبار الأداة أو بدون إعادة تشغيل التطبيق في كثير من الحالات
  • <li>Instant Run supports pushing the following changes to a running app:
      <ul>
        <li>Changes to the implementation of an existing instance method or
        static method
        </li>
        <li>Changes to an existing app resource
        </li>
        <li>Changes to structural code, such as a method signature or a static
        field (requires a target device running API level 21 or higher).
        </li>
      </ul>
    </li>
    
    <li>Read the documentation to learn more <a href=
    "/tools/building/building-studio.html#instant-run">about Instant
    Run</a>.
      <p class="note">
        <strong>Note:</strong> Instant Run is supported only when you deploy the
        debug build variant, use <a href=
        "/tools/revisions/gradle-plugin.html#revisions">Android plugin for
        Gradle version 2.0.0</a> or higher, and configure your app's module-level
        <code>build.gradle</code> file for <code>minSdkVersion 15</code> or higher.
        For the best performance, configure your app for <code>minSdkVersion
        21</code> or higher.
      </p>
    </li>
    

إضافات جديدة إلى أداة Lint:

  • فحص عبارات switch باستخدام أعداد صحيحة @IntDef مُشارَك عليها تعليقات توضيحية للتأكّد من أنّه تمّ التعامل مع جميع الثوابت لإضافة أي عبارات غير متوفّرة بسرعة، استخدِم القائمة المنسدلة لإجراءات النية واختَر إضافة ثوابت @IntDef غير المتوفّرة.
  • تشير إلى المحاولات غير الصحيحة لاستخدام إدراج السلسلة لإدراج أرقام الإصدار في ملف build.gradle.
  • علامات للفئات المجهولة التي تمدّد فئة Fragment
  • الإبلاغ عن الرموز البرمجية الأصلية في أماكن غير آمنة، مثل المجلدَين res/ وasset/ وتشجع هذه العلامة على تخزين الرمز البرمجي الأصلي في مجلد libs/ ، والذي يتم بعد ذلك تجميعه بأمان في مجلد data/app-lib/ الخاص بالتطبيق في وقت التثبيت. AOSP: #169950
  • الإبلاغ عن المكالمات غير الآمنة إلى Runtime.load() وSystem.load() AOSP:‏ #179980
  • ابحث عن أي موارد غير مُستخدَمة وأزِلها من خلال اختيار إعادة العوامل > إزالة الموارد غير المستخدَمة من شريط القوائم. تتيح ميزة رصد الموارد غير المستخدَمة الآن استخدام الموارد التي تتم الإشارة إليها فقط من خلال موارد غير مستخدَمة، والمراجع فيملفّات الأوّلية، مثل مراجع الصور .html، وسمات tools:keep و tools:discard التي يستخدمها أداة تصغير الموارد في Gradle، مع مراعاة مجموعات المصادر غير النشطة (مثل الموارد المستخدَمة في نكهات ملف الإنشاء الأخرى) والتعامل بشكل صحيح مع عمليات استيراد الحقول الثابتة.
  • التحقّق من توفّر مراجع واجهة برمجة التطبيقات الضمنية على جميع المنصّات التي تستهدفها minSdkVersion
  • الإبلاغ عن استخدام غير ملائم لرمزَي RecyclerView وParcelable
  • يتم الآن أيضًا التحقّق من عمليات فحص @IntDef و@IntRange و@Size بحثًا عن int الصفائف والمتغيّرات العشوائية.

تحسينات إضافية:

  • تم تحسينه ليعمل على الإصدار 2.0 من "محاكي Android"، وهو أسرع من أي وقت مضى، ويتوافق مع مجموعة أكبر من الأجهزة الافتراضية، ويتميز بواجهة مستخدم محسّنة بشكل كبير. لمزيد من المعلومات عن المحاكي الجديد، يُرجى الاطّلاع على ملاحظات إصدار "أدوات حِزم تطوير البرامج (SDK)".
  • <li>Improvements to the <a href=
    "/tools/devices/managing-avds.html">Android Virtual Device
    Manager</a>:
      <ul>
        <li>System images are now categorized under the following tabs:
        <em>Recommended</em>, <em>x86</em>, and <em>Other</em>.
        </li>
        <li>Under advanced settings, you can enable multi-core support and
        specify the number of cores the emulator can use.
        </li>
        <li>Under advanced settings, you can determine how graphics are rendered
        on the emulator by selecting one of the following options:
          <ul>
            <li>
              <strong>Hardware:</strong> use you computer's graphics card for
              faster rendering.
            </li>
            <li>
              <strong>Software:</strong> use software-based rendering.
            </li>
            <li>
              <strong>Auto:</strong> let the emulator decide the best option. This
              is the default setting.
            </li>
          </ul>
        </li>
      </ul>
    </li>
    
    <li>Improved AAPT packaging times by specifying deploy target before the app
    is built. This allows Android Studio to efficiently package only the
    resources required by the specified device.
    </li>
    
    <li>Added Cloud Test Lab integration to provide on-demand app testing with
    the convenience and scalability of a cloud service. Learn more about how you
    can <a href="/training/testing/start/index.html#run-ctl">use Cloud
    Test Lab with Android Studio</a>.
    </li>
    
    <li>Added a preview of the new <a class="external-link" href=
    "//tools.android.com/tech-docs/gpu-profiler">GPU Debugger</a>. For graphics
    intensive applications, you can now visually step through your OpenGL ES code
    to optimize your app or game.
    </li>
    
    <li>Added Google App Indexing Test. Add support for URLs, app
    indexing, and search functionality to your apps to help drive more
    traffic to your app, discover which app content is used most, and attract
    new users. Test and validate URLs in your app all within Android
    Studio. See <a href=
    "/tools/help/app-link-indexing.html">Supporting URLs and App
      Indexing in Android Studio</a>.
    </li>
    
    <li>Upgrades from the latest IntelliJ 15 release, including improved code
    analysis and performance. See <a class="external-link" href=
    "https://www.jetbrains.com/idea/whatsnew">What's New in IntelliJ</a> for a
    complete description of the new features and enhancements.
    </li>
    
    <li>XML editor auto-complete now adds quotations marks when completing
    attributes. To check if this option is enabled, open the <b>Setting</b> or
    <b>Preferences</b> dialogue, navigate to <b>Editor &gt; General &gt; Smart
    Keys</b>, and check the box next to <b>Add quotes for attribute value on
    attribute completion</b>. <a class="external-link" href=
    "//b.android.com/195113">Issue: 195113</a>
    </li>
    
    <li>The XML editor now supports code completion for <a href=
    "/topic/libraries/data-binding/index.html#layout_details">data binding</a>
    expressions.
    </li>