-1

次のエラーが表示されます。

 Exception raised during rendering: com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup
 Exception details are logged in Window > Show View > Error Log
 The following classes could not be found:

 - application (Fix Build Path, Edit XML)
 - manifest (Fix Build Path, Edit XML)

これは私のコードです:

  < ?xml version="1.0" encoding="utf-8"?>  
  < manifest

    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="wrap_content"
    android:layout_width="wrap_content">

    <application >
      <uses-library android:name="com.google.android.maps" />
    </application>
    <uses-permission android:name="android.permission.BLUETOOTH" />
  < /manifest>
4

1 に答える 1

0

問題はレイアウトの下にあると思います。

  android:layout_height="wrap_content"
    android:layout_width="wrap_content"
于 2013-05-11T14:39:39.080 に答える