मैं कैसे बना सकता हूँ "डिज़ाइन संपादक एक सफल बिल्ड" त्रुटि तक अनुपलब्ध है?
मैंने कल से Android Studio सीखना शुरू किया। मैं सरल "हैलो वर्ल्ड" को प्रतिध्वनित करने की कोशिश करता हूं: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout android:id="@+id/activity_main" 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="16dp" android:paddingRight="16dp" android:paddingTop="16dp" android:paddingBottom="16dp" tools:context=".MainActivity"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello World!" /> </RelativeLayout> लेकिन जब मैंने "डिज़ाइन" दृश्य पर क्लिक किया, तो यह …