2012-12-03 51 views
0

我在佈局的日食背景發生變化,增加了新的視圖(按鈕)。不要改變佈局,Android應用程序

我開始我的應用程序,但在模擬器什麼都沒有改變!

什麼我可以做? Mayby它是一個Eclipse錯誤?

+0

Eclipse的錯誤嗎?你應該張貼的代碼片段相關的Eclipse – Blackbelt

+0

有時會顯示我:「!非解析AAPT(多個)錯誤檢查控制檯輸出by.idev.android.ownsqlitedb.activity.IdevOwnSqliteDbActivity 1號線的Android ADT問題」,但我刪除此錯誤並再次運行應用程序 –

+0

「Unparsed aapt error(s)!檢查控制檯輸出。」控制檯內容是什麼? – Blackbelt

回答

0

我從網上下載的互聯網項目。最初它有黑色的背景。 我添加了新的視圖 - 一切正常。 但我開始變更的背景之後 - 而這出現錯誤

XML:

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    android:background="@android:color/white" 
    android:orientation="vertical" > 

    <Button 
     android:id="@+id/button1" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:text="Button" /> 

    <EditText 
     android:id="@+id/txtInd" 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" 
     android:ems="10" > 

     <requestFocus /> 
    </EditText> 

<ListView 
    android:id="@android:id/list" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent"> 
    </ListView> 

</LinearLayout> 
0

每當你想再次測試該應用程序,不要點擊仿真器中的應用程序的圖標。然而,選擇您的項目,並單擊enter image description here

如果這行不通。嘗試從清潔您的項目:Project >>>Clean