资源简介
android的ndk下,解决两个so相互调用的问题,为了编译通过,必须在编译时取消这种依赖关系
android的ndk下,解决两个so相互调用的问题,为了编译通过,必须在编译时取消这种依赖关系
代码片段和文件信息
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.ckl.SoCallSo;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int icon=0x7f020000;
}
public static final class id {
public static final int mBtn1=0x7f050000;
public static final int mBtn2=0x7f050002;
public static final int mBtn3=0x7f050004;
public static final int mBtn4=0x7f050006;
public static final int mText1=0x7f050001;
public static final int mText2=0x7f050003;
public static final int mText3=0x7f050005;
public static final int mText4=0x7f050007;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040001;
public static final int hello=0x7f040000;
}
}
- 上一篇:zipalign.exe272183
- 下一篇:前端签到与后台逻辑代码实现
相关资源
- android增加串口驱动功能
- Java读取Excel表格数据时.xls、.xlsx 格式
- android-ndk-r10e
- Android应用源码带PM2.5数据的知雨
- Android Studio安装与环境配置
- android 弹幕效果
- Android OpenGL 3D 的使用Demo.rar
- Android计算器270793
- Android recyclerview 多选
- 《Android编程权威指南》第二章练习程
- 亲测有用,android5.0及以上,通过包名
- Android 仿淘宝购物车的实现
- android-support-design.jar 包 程序文件
- Android中将Bitmap转换成单色的Bmp图片
- Android Mp3 本地音乐播放器
- Android头像设置demo,支持从相册选择和
- Android+个人记账程序源码
- 安卓开发兼容包:android-support-v8-ren
- 有关Android技术的英文文献翻译
- Android编程权威指南挑战练习参考答案
- Android编程权威指南挑战练习参考答案
- ivona TTS 安卓优秀的语音朗读引擎
- android发送邮件三件套mail.jar activatio
- Android应用源码动态壁纸开发必看源码
- Android 4.4、5.1、6.0 屏蔽Home键
- 跨平台声声波信代码支持Android/IOS/L
- 完整版android视频播放器
- android-support-v4 21.0.3
- Android蓝牙串口调试助手 蓝牙通信 透
- Android 高仿iphone滑动解锁源代码,详见
评论
共有 条评论