我尝试在我的macbook pro上安装tweeboparser(10.9.5),但它不起作用。我也尝试设置这些标志
<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"
tools:context=".Test" >
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/tutorial"
/>
</RelativeLayout>
但实际上我不知道这是否正确。我还更新了我的命令行工具,但它不起作用。 这是config.log输出:
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
有没有人有想法?感谢