我使用libclang3.8在ubuntu 16.04下构建了scala-bindgen,生成并运行了可执行文件:
theme.dll
但是在针对示例标题
运行它时没有产生输出<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="100dip"
android:layout_height="200dip"
android:weightSum="6"
>
没有输出(stdout或文件都经过测试)
$(document).ready(
$('#resize').onclick(function() {
$('.frame_wrap').addclass('test');
})
)
我做错了什么?