码迷,mamicode.com
首页 >  
搜索关键字:andriod ndk    ( 2603个结果
GUI__文件上传__robot对象输入文件链接__代码未实现
一、代码如下 ...
分类:Web程序   时间:2017-10-14 18:42:03    阅读次数:236
NDk编译opencv for Android,并引用在Unity3d游戏中的一般步骤
本文使用:Unity3d + opencv + Android Unity3d中可以调用opencv 编译好的.so 动态库,在生成Android apk时可以正常运行。 因为Android系统是基于Linux的,所以不能使用windows编译连接的dll动态库,必须使用.so动态库,CPU架构为A ...
分类:移动开发   时间:2017-10-14 17:02:18    阅读次数:352
Eclipse自动编译NDK/JNI的三种方法
一、Eclipse关联cygwin 1. 工程->右击选择Properties->选择Builders,在Builders中选择New创建一个Program 2. 参数配置 二、Eclipse关联ndk-build(自建Builder方法) 1. Project->Properties->Build ...
分类:系统相关   时间:2017-10-13 14:00:54    阅读次数:292
arcgis andriod GeometryEngine使用
intersectionMenuItem.setChecked(true); showGeometry(GeometryEngine.intersection(inputPolygon1, inputPolygon2)); return true; } else if (itemId == R.id... ...
分类:其他好文   时间:2017-10-10 16:47:04    阅读次数:160
andriod arcgis createPolygons创建带空的面
private void createPolygons() { // create input polygon 1 PointCollection pointsPoly = new PointCollection(SpatialReferences.getWebMercator()); points... ...
分类:其他好文   时间:2017-10-10 16:44:34    阅读次数:126
appium-andriod自动化实现注意项
注意项: 1.appium需要全局安装,否则run test case 报错“appium not installed” 2.启动appium命令 node /Applications/Appium.app/Contents/Resources/node_modules/appium/build/l ...
分类:移动开发   时间:2017-10-08 17:22:10    阅读次数:376
andriod 调用高德地图
Android Studio 配置工程 最后更新时间: 2017年08月29日 来自:http://lbs.amap.com/api/android-sdk/guide/create-project/android-studio-create-project#creat-project 新建一个An ...
分类:其他好文   时间:2017-10-06 23:12:57    阅读次数:344
我制作的跑马灯
完整演示视频链接: http://v.youku.com/v_show/id_XMzA2NDkxNzQwNA==.html?spm=a2h3j.8428770.3416059.1 演示截图: ...
分类:其他好文   时间:2017-10-06 21:20:40    阅读次数:98
andriod 获得MP4时长
//获得MP4时长 private int getTimeLong(String videoPath) { MediaMetadataRetriever retr = new MediaMetadataRetriever(); retr.setDataSource(videoPath); //Str... ...
分类:其他好文   时间:2017-10-06 12:30:41    阅读次数:203
andriod 错误:Only the original thread that created a view hierarchy can touch its views——Handler的使用
package com.example.yanlei.myapplication; import android.media.MediaMetadataRetriever; import android.media.MediaPlayer; import android.support.v7.app... ...
分类:其他好文   时间:2017-10-06 12:28:22    阅读次数:222
2603条   上一页 1 ... 36 37 38 39 40 ... 261 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!