Créé Android virtual device ne montrant pas

J'ai créé un AVD dans Android Studio, mais il ne l'est pas quand je vais à la mise en page->activity_main.xml. Le message d'erreur est le fait de montrer ci-dessous.

Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: emulator window was out of view and was recentered
Could not initialize emulated framebuffer

En vertu de la activity_main.xml il y a deux fichiers: activity_main.xml et activity_main.xml(la terre). Sous le Volet de l'Arborescence et des Propriétés de l'espace sur la droite, il montre "rien à voir".

Quand j'essaie de le rendre, il affiche ce message d'erreur:

Problèmes de rendu de l'Exception soulevée au cours de rendu: action_bar

Le fichier xml ressemble à ceci:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"    
    android:layout_width="match_parent"
    android:layout_height="match_parent" 
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    android:paddingBottom="@dimen/activity_vertical_margin"    
    tools:context=".MainActivity">

    <TextView android:text="@string/hello_world"      
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

</RelativeLayout>

Toutes les pensées?

OriginalL'auteur qximin | 2015-03-13