Bearbeiten von „Translations:Android Training/Creating an Android Project/6/en

    Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. Melde dich an oder erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.

    Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.

    Aktuelle Version Dein Text
    Zeile 11: Zeile 11:
    #Leave all of the other options (TV, Wear, and Glass) unchecked and click '''Next.'''
    #Leave all of the other options (TV, Wear, and Glass) unchecked and click '''Next.'''
    #Under '''Add an activity to <''template''>''', select '''Blank Activity''' and click '''Next'''.
    #Under '''Add an activity to <''template''>''', select '''Blank Activity''' and click '''Next'''.
    #Under '''Choose options for your new file''', change the '''Activity Name''' to ''MyActivity''. The '''Layout Name''' changes to ''activity_my'', and the '''Title''' to ''MyActivity''. The '''Menu Resource Name''' is ''menu_my''.
    #Under '''Choose options for your new file''', change the '''Activity Name''' to ''MyActivity''. The '''Layout Name''' changes to ''activity_my'', and the '''Title''' to ''MyActivity''. The '''Menu Resource Name''' is''menu_my''.
    #Click the '''Finish''' button to create the project.
    #Click the '''Finish''' button to create the project.
    Your Android project is now a basic "Hello World" app that contains some default files. Take a moment to review the most important of these:
    Your Android project is now a basic "Hello World" app that contains some default files. Take a moment to review the most important of these:
    Nachricht im Original (Android Training/Creating an Android Project)
    # In Android Studio, create a new project:
    #* If you don't have a project opened, in the '''Welcome''' screen, click '''New Project'''.
    #* If you have a project opened, from the '''File''' menu, select '''New Project'''.
    # Under '''Configure your new project''', fill in the fields as shown in figure 1 and click '''Next'''. It will probably be easier to follow these lessons if you use the same values as shown.
    #*'''Application Name''' is the app name that appears to users. For this project, use "My First App."
    #*'''Company domain''' provides a qualifier that will be appended to the package name; Android Studio will remember this qualifier for each new project you create.
    #*'''Package name''' is the fully qualified name for the project (following the same rules as those for naming packages in the Java programming language). Your package name must be unique across all packages installed on the Android system. You can '''Edit''' this value independently from the application name or the company domain.
    #Under '''Select the form factors your app will run on''', check the box for '''Phone and Tablet'''.
    #For '''Minimum SDK''', select '''API 8: Android 2.2 (Froyo)'''.
    #*The Minimum Required SDK is the earliest version of Android that your app supports, indicated using the [[API-Level|API level]]. To support as many devices as possible, you should set this to the lowest version available that allows your app to provide its core feature set. If any feature of your app is possible only on newer versions of Android and it's not critical to the app's core feature set, you can enable the feature only when running on the versions that support it (as discussed in [[Spezial:MyLanguage/Android Training/Supporting Different Platform Versions|Supporting Different Platform Versions]]).
    #Leave all of the other options (TV, Wear, and Glass) unchecked and click '''Next.'''
    #Under '''Add an activity to <''template''>''', select '''Blank Activity''' and click '''Next'''.
    #Under '''Choose options for your new file''', change the '''Activity Name''' to ''MyActivity''. The '''Layout Name''' changes to ''activity_my'', and the '''Title''' to ''MyActivity''. The '''Menu Resource Name''' is ''menu_my''.
    #Click the '''Finish''' button to create the project.
    Your Android project is now a basic "Hello World" app that contains some default files. Take a moment to review the most important of these:
    Bitte kopiere keine Webseiten, die nicht deine eigenen sind, benutze keine urheberrechtlich geschützten Werke ohne Erlaubnis des Urhebers!
    Du gibst uns hiermit deine Zusage, dass du den Text selbst verfasst hast, dass der Text Allgemeingut (public domain) ist, oder dass der Urheber seine Zustimmung gegeben hat. Falls dieser Text bereits woanders veröffentlicht wurde, weise bitte auf der Diskussionsseite darauf hin. Bitte beachte, dass alle Android Wiki-Beiträge automatisch unter der „Creative Commons Attribution/Share-Alike Lizenz 3.0“ stehen. Falls du nicht möchtest, dass deine Arbeit hier von anderen verändert und verbreitet wird, dann klicke nicht auf „Seite speichern“.

    Um das Wiki vor automatisiertem Bearbeitungsspam zu schützen, bitten wir dich, das folgende CAPTCHA zu lösen:

    Abbrechen Bearbeitungshilfe (wird in einem neuen Fenster geöffnet)