<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.love-02.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.love-02.com/feed.php">
        <title>Life Designer&#039;s WIKI - development:android</title>
        <description></description>
        <link>http://wiki.love-02.com/</link>
        <image rdf:resource="http://wiki.love-02.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-15T06:30:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.love-02.com/development/android/android_studio_ndk_setting?rev=1600996336&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.love-02.com/development/android/how_to_debug_memory_leakage_in_media_server_in_android?rev=1600996336&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.love-02.com/development/android/ndk_%EC%9E%90%EB%8F%99_%EB%B9%8C%EB%93%9C_%EC%84%A4%EC%A0%95?rev=1600996336&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.love-02.com/development/android/trouble_shooting_for_building?rev=1600996336&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.love-02.com/development/android/%EC%9A%B0%EB%B6%84%ED%88%AC_%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C_%EB%B9%8C%EB%93%9C_%ED%99%98%EA%B2%BD_%EC%84%A4%EC%A0%95?rev=1600996336&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.love-02.com/_media/wiki/dokuwiki.svg">
        <title>Life Designer's WIKI</title>
        <link>http://wiki.love-02.com/</link>
        <url>http://wiki.love-02.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.love-02.com/development/android/android_studio_ndk_setting?rev=1600996336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T01:12:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>android_studio_ndk_setting</title>
        <link>http://wiki.love-02.com/development/android/android_studio_ndk_setting?rev=1600996336&amp;do=diff</link>
        <description>*  javah 설정하기. 
  (1)  AndroidStudio -&gt; Preferences 에서 External Tools 를 검색.         (2)  External Tools 메뉴 좌측 하단의 + 버튼을 누른다. Edit Tool  다이얼로그 창이 출력된다.          (3)  모든 체크 박스를 체크하고, 각 입력창에 다음과 같이 적는다.</description>
    </item>
    <item rdf:about="http://wiki.love-02.com/development/android/how_to_debug_memory_leakage_in_media_server_in_android?rev=1600996336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T01:12:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>how_to_debug_memory_leakage_in_media_server_in_android</title>
        <link>http://wiki.love-02.com/development/android/how_to_debug_memory_leakage_in_media_server_in_android?rev=1600996336&amp;do=diff</link>
        <description>CC: &lt;https://community.freescale.com/docs/DOC-93326&gt;

Check memory leakage in media server.

Set libc debug level. So libc will record back trace for all memory allocate.

	*  setprop libc.debug.malloc 1

Kill mediaserver to let the libc debug take effect. Android will restart mediaserver.

	*  busybox killall -HUP mediaserver</description>
    </item>
    <item rdf:about="http://wiki.love-02.com/development/android/ndk_%EC%9E%90%EB%8F%99_%EB%B9%8C%EB%93%9C_%EC%84%A4%EC%A0%95?rev=1600996336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T01:12:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ndk_자동_빌드_설정</title>
        <link>http://wiki.love-02.com/development/android/ndk_%EC%9E%90%EB%8F%99_%EB%B9%8C%EB%93%9C_%EC%84%A4%EC%A0%95?rev=1600996336&amp;do=diff</link>
        <description>Setting up Automatic NDK Build in Eclipse

When editing native JNI code in an Android project using the Android NDK you may configure Eclipse to automatically rebuild your project when editing native code, just as it does for java. The below steps shows how to perform the necessary configuration (note that this requires revision 4 or later of the NDK - previous revisions does not contain the necessary ndk-build binary):</description>
    </item>
    <item rdf:about="http://wiki.love-02.com/development/android/trouble_shooting_for_building?rev=1600996336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T01:12:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>trouble_shooting_for_building</title>
        <link>http://wiki.love-02.com/development/android/trouble_shooting_for_building?rev=1600996336&amp;do=diff</link>
        <description>Trouble shooting in building

Compile error GB(Ginger Bread) with GCC 4.4.6

* frameworks/base/libs/utils/Android.mk


-LOCAL_CFLAGS += -DLIBUTILS_NATIVE=1 $(TOOL_CFLAGS)\\
+LOCAL_CFLAGS += -DLIBUTILS_NATIVE=1 $(TOOL_CFLAGS) -fpermissive


*build/core/combo/HOST_linux-x86.mk</description>
    </item>
    <item rdf:about="http://wiki.love-02.com/development/android/%EC%9A%B0%EB%B6%84%ED%88%AC_%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C_%EB%B9%8C%EB%93%9C_%ED%99%98%EA%B2%BD_%EC%84%A4%EC%A0%95?rev=1600996336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T01:12:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>우분투_안드로이드_빌드_환경_설정</title>
        <link>http://wiki.love-02.com/development/android/%EC%9A%B0%EB%B6%84%ED%88%AC_%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C_%EB%B9%8C%EB%93%9C_%ED%99%98%EA%B2%BD_%EC%84%A4%EC%A0%95?rev=1600996336&amp;do=diff</link>
        <description>우분투 안드로이드 빌드 환경 설정

필요 패키지 설치

JAVA6

remove OpenJDK


$ sudo apt-get purge openjdk*


Install Oracle JAVA


$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java6-installer</description>
    </item>
</rdf:RDF>
