
android
收藏夹
移动快捷设计与开发实现
展开
-
Android 平台架构
Android 平台架构Android 是一种基于Linux的开源代码软件栈,为广泛的设备和机型而创建。下图所示为Android平台的主要组件。转载 2017-02-14 14:48:19 · 497 阅读 · 0 评论 -
Android Studio CmakeList
# Sets the minimum version of CMake required to build the native # library. You should either keep the default value or only pass a # value of 3.4.0 or lower.cmake_minimum_required(VERSION 3.4.1)# Sets原创 2017-03-14 13:59:50 · 558 阅读 · 0 评论 -
Android Error - JNI DETECTED ERROR IN APPLICATION
CMakeLists 配置的路径错误。set(CMAKE_LIBRARY_SO PROJECTSOURCEDIR/main/jniLibs/{PROJECT_SOURCE_DIR}/main/jniLibs/{ANDROID_ABI}) 改为 set(CMAKE_LIBRARY_SO PROJECTSOURCEDIR/src/main/jniLibs/{PROJECT_SOURCE_DIR}/s原创 2017-03-14 14:02:40 · 499 阅读 · 0 评论 -
Android Studio undefined reference to ‘avcodec_configuration()’
Error:FAILURE: Build failed with an exception. What went wrong: Execution failed for task ‘:app:externalNativeBuildDebug’. Build command failed. Error while executing ‘C:\Users\luomi\AppData\Loca原创 2017-03-14 16:04:42 · 1429 阅读 · 1 评论 -
Android Studio Tip of the day
quickly locate The speed search is available in all the tree views : just start typing and you ‘ll quickly locate the necessary item; Esc The Esc key in any tools window moves the focus to the ed原创 2017-06-14 09:58:25 · 798 阅读 · 0 评论