{"id":1135,"date":"2024-02-17T04:45:51","date_gmt":"2024-02-17T04:45:51","guid":{"rendered":"http:\/\/robinluo.top\/?p=1135"},"modified":"2024-02-17T06:11:52","modified_gmt":"2024-02-17T06:11:52","slug":"android-so-%e7%bc%96%e8%af%91%ef%bc%88%e7%ac%a8%e6%96%b9%e6%b3%95%ef%bc%89","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=1135","title":{"rendered":"android so \u7f16\u8bd1\uff08\u7b28\u65b9\u6cd5\uff09"},"content":{"rendered":"\n<p>\u5b9a\u4e49java native\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>package com.robin.spot.jni;\n\npublic class WiringOP {\n\n    static {\n        System.loadLibrary(\"WiringOP\");\n    }\n\n    public final static native int wiringPiSetup();\n    \n}\n<\/code><\/pre>\n\n\n\n<p>\u751f\u6210java native \u5934\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> javac -h .\/ .\\com\\robin\\spot\\jni\\WiringOP.java\n<\/code><\/pre>\n\n\n\n<p>\u5934\u6587\u4ef6\u5185\u5bb9<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/* DO NOT EDIT THIS FILE - it is machine generated *\/\n#include &lt;jni.h>\n\/* Header for class com_robin_spot_jni_WiringOP *\/\n\n#ifndef _Included_com_robin_spot_jni_WiringOP\n#define _Included_com_robin_spot_jni_WiringOP\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\/*\n * Class:     com_robin_spot_jni_WiringOP\n * Method:    wiringPiSetup\n * Signature: ()I\n *\/\nJNIEXPORT jint JNICALL Java_com_robin_spot_jni_WiringOP_wiringPiSetup\n  (JNIEnv *, jclass);\n\n#ifdef __cplusplus\n}\n#endif\n#endif\n<\/code><\/pre>\n\n\n\n<p>\u590d\u5236\u6587\u4ef6\u5230jni\u76ee\u5f55\u5e76\u4e14\u5b9e\u73b0\u8be5\u5934\u6587\u4ef6<\/p>\n\n\n\n<p>\u6267\u884cc\u6587\u4ef6\u7f16\u8bd1<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> ndk-build\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5b9a\u4e49java native\u6587\u4ef6 \u751f\u6210java native \u5934\u6587\u4ef6 \u5934\u6587\u4ef6\u5185\u5bb9 \u590d\u5236\u6587\u4ef6\u5230jni\u76ee\u5f55\u5e76\u4e14\u5b9e\u73b0\u8be5\u5934\u6587\u4ef6 \u6267\u884cc\u6587\u4ef6\u7f16\u8bd1<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[137],"tags":[169],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1135"}],"collection":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1135"}],"version-history":[{"count":9,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1135\/revisions"}],"predecessor-version":[{"id":1145,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1135\/revisions\/1145"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}