你的位置:首页 > 软件开发 > 操作系统 > Android jni helloworld

Android jni helloworld

发布时间:2016-07-01 16:00:08
新建Android项目,设置布局:<RelativeLayout ="http://schemas.android.com/apk/res/android" ="http://schemas.android.com/tools" ...

Android jni helloworld

新建Android项目,设置布局:

<RelativeLayout ="http://schemas.android.com/apk/res/android"  ="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="match_parent"  android:paddingBottom="@dimen/activity_vertical_margin"  android:paddingLeft="@dimen/activity_horizontal_margin"  android:paddingRight="@dimen/activity_horizontal_margin"  android:paddingTop="@dimen/activity_vertical_margin"  tools:context=".MainActivity" >  <Button    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:onClick="click"    android:text="调用C函数" /></RelativeLayout>

原标题:Android jni helloworld

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录