mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Fix_some_layouts
This commit is contained in:
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
|||||||
|
|
||||||
<h2 id="todo-list">TODO List</h2>
|
<h2 id="todo-list">TODO List</h2>
|
||||||
|
|
||||||
<p>-[ ] Test API
|
<p>-[X] Test API
|
||||||
-[ ] Finish Walk Algorithm
|
-[ ] Finish Walk Algorithm
|
||||||
-[ ] Finish other movement, etc. catch, hatch
|
-[ ] Finish other movement, etc. catch, hatch
|
||||||
-[ ] Smart Walking route
|
-[ ] Smart Walking route
|
||||||
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
||||||
-[ ] Become a Pokemon Master</p>
|
-[ ] Become a Pokemon Master</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
@@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
|
|||||||
|
|
||||||
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
||||||
|
|
||||||
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.
|
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p>
|
||||||
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
|
|
||||||
&ndash;toolchain=arm-linux-androideabi-4.9 <br />
|
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
|
||||||
&ndash;stl=gnustl <br />
|
--toolchain=arm-linux-androideabi-4.9 \
|
||||||
&ndash;arch=arm <br />
|
--stl=gnustl \
|
||||||
&ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
|
--arch=arm \
|
||||||
&ndash;package-dir=/home/moslab/Android <br />
|
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
|
||||||
&ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br />
|
--package-dir=/home/moslab/Android \
|
||||||
&ndash;platform=android-22</p>
|
--install-dir=/home/moslab/Android/android-ndk-toolchain \
|
||||||
|
--platform=android-22
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
||||||
|
|
||||||
<p>[TODO]-&gt; I will fix this part later.
|
<p>[TODO]-&gt; I will fix this part later.</p>
|
||||||
/# Android NDK sources and standalone toolchain is put here
|
|
||||||
export DEV=~/Android/</p>
|
|
||||||
|
|
||||||
<pre><code>/# All the built binaries, libs and their header will be installed here
|
<pre><code>/# Android NDK sources and standalone toolchain is put here
|
||||||
|
export DEV=~/Android/
|
||||||
|
|
||||||
|
/# All the built binaries, libs and their header will be installed here
|
||||||
export PREFIX=/opt/android
|
export PREFIX=/opt/android
|
||||||
|
|
||||||
/# Don't mix up .pc files from your host and build target
|
/# Don't mix up .pc files from your host and build target
|
||||||
|
|||||||
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
|||||||
|
|
||||||
<h2 id="todo-list">TODO List</h2>
|
<h2 id="todo-list">TODO List</h2>
|
||||||
|
|
||||||
<p>-[ ] Test API
|
<p>-[X] Test API
|
||||||
-[ ] Finish Walk Algorithm
|
-[ ] Finish Walk Algorithm
|
||||||
-[ ] Finish other movement, etc. catch, hatch
|
-[ ] Finish other movement, etc. catch, hatch
|
||||||
-[ ] Smart Walking route
|
-[ ] Smart Walking route
|
||||||
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
||||||
-[ ] Become a Pokemon Master</p>
|
-[ ] Become a Pokemon Master</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
@@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
|
|||||||
|
|
||||||
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
||||||
|
|
||||||
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.
|
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p>
|
||||||
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
|
|
||||||
&ndash;toolchain=arm-linux-androideabi-4.9 <br />
|
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
|
||||||
&ndash;stl=gnustl <br />
|
--toolchain=arm-linux-androideabi-4.9 \
|
||||||
&ndash;arch=arm <br />
|
--stl=gnustl \
|
||||||
&ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
|
--arch=arm \
|
||||||
&ndash;package-dir=/home/moslab/Android <br />
|
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
|
||||||
&ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br />
|
--package-dir=/home/moslab/Android \
|
||||||
&ndash;platform=android-22</p>
|
--install-dir=/home/moslab/Android/android-ndk-toolchain \
|
||||||
|
--platform=android-22
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
||||||
|
|
||||||
<p>[TODO]-&gt; I will fix this part later.
|
<p>[TODO]-&gt; I will fix this part later.</p>
|
||||||
/# Android NDK sources and standalone toolchain is put here
|
|
||||||
export DEV=~/Android/</p>
|
|
||||||
|
|
||||||
<pre><code>/# All the built binaries, libs and their header will be installed here
|
<pre><code>/# Android NDK sources and standalone toolchain is put here
|
||||||
|
export DEV=~/Android/
|
||||||
|
|
||||||
|
/# All the built binaries, libs and their header will be installed here
|
||||||
export PREFIX=/opt/android
|
export PREFIX=/opt/android
|
||||||
|
|
||||||
/# Don't mix up .pc files from your host and build target
|
/# Don't mix up .pc files from your host and build target
|
||||||
|
|||||||
@@ -108,23 +108,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
|
|||||||
|
|
||||||
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
||||||
|
|
||||||
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.
|
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p>
|
||||||
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
|
|
||||||
–toolchain=arm-linux-androideabi-4.9 <br />
|
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
|
||||||
–stl=gnustl <br />
|
--toolchain=arm-linux-androideabi-4.9 \
|
||||||
–arch=arm <br />
|
--stl=gnustl \
|
||||||
–ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
|
--arch=arm \
|
||||||
–package-dir=/home/moslab/Android <br />
|
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
|
||||||
–install-dir=/home/moslab/Android/android-ndk-toolchain <br />
|
--package-dir=/home/moslab/Android \
|
||||||
–platform=android-22</p>
|
--install-dir=/home/moslab/Android/android-ndk-toolchain \
|
||||||
|
--platform=android-22
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
||||||
|
|
||||||
<p>[TODO]-> I will fix this part later.
|
<p>[TODO]-> I will fix this part later.</p>
|
||||||
/# Android NDK sources and standalone toolchain is put here
|
|
||||||
export DEV=~/Android/</p>
|
|
||||||
|
|
||||||
<pre><code>/# All the built binaries, libs and their header will be installed here
|
<pre><code>/# Android NDK sources and standalone toolchain is put here
|
||||||
|
export DEV=~/Android/
|
||||||
|
|
||||||
|
/# All the built binaries, libs and their header will be installed here
|
||||||
export PREFIX=/opt/android
|
export PREFIX=/opt/android
|
||||||
|
|
||||||
/# Don't mix up .pc files from your host and build target
|
/# Don't mix up .pc files from your host and build target
|
||||||
|
|||||||
@@ -100,12 +100,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
|||||||
|
|
||||||
<h2 id="todo-list">TODO List</h2>
|
<h2 id="todo-list">TODO List</h2>
|
||||||
|
|
||||||
<p>-[ ] Test API
|
<p>-[X] Test API
|
||||||
-[ ] Finish Walk Algorithm
|
-[ ] Finish Walk Algorithm
|
||||||
-[ ] Finish other movement, etc. catch, hatch
|
-[ ] Finish other movement, etc. catch, hatch
|
||||||
-[ ] Smart Walking route
|
-[ ] Smart Walking route
|
||||||
-[ ] Pokemon Predict (Thanks to Pokevision’s idea)
|
-[ ] Pokemon Predict (Thanks to Pokevision’s idea)
|
||||||
-[ ] Become a Pokemon Master</p>
|
-[ ] Become a Pokemon Master</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+22
-19
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
|||||||
|
|
||||||
<h2 id="todo-list">TODO List</h2>
|
<h2 id="todo-list">TODO List</h2>
|
||||||
|
|
||||||
<p>-[ ] Test API
|
<p>-[X] Test API
|
||||||
-[ ] Finish Walk Algorithm
|
-[ ] Finish Walk Algorithm
|
||||||
-[ ] Finish other movement, etc. catch, hatch
|
-[ ] Finish other movement, etc. catch, hatch
|
||||||
-[ ] Smart Walking route
|
-[ ] Smart Walking route
|
||||||
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
||||||
-[ ] Become a Pokemon Master</p>
|
-[ ] Become a Pokemon Master</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
@@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
|
|||||||
|
|
||||||
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
||||||
|
|
||||||
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.
|
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p>
|
||||||
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
|
|
||||||
&ndash;toolchain=arm-linux-androideabi-4.9 <br />
|
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
|
||||||
&ndash;stl=gnustl <br />
|
--toolchain=arm-linux-androideabi-4.9 \
|
||||||
&ndash;arch=arm <br />
|
--stl=gnustl \
|
||||||
&ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
|
--arch=arm \
|
||||||
&ndash;package-dir=/home/moslab/Android <br />
|
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
|
||||||
&ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br />
|
--package-dir=/home/moslab/Android \
|
||||||
&ndash;platform=android-22</p>
|
--install-dir=/home/moslab/Android/android-ndk-toolchain \
|
||||||
|
--platform=android-22
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
||||||
|
|
||||||
<p>[TODO]-&gt; I will fix this part later.
|
<p>[TODO]-&gt; I will fix this part later.</p>
|
||||||
/# Android NDK sources and standalone toolchain is put here
|
|
||||||
export DEV=~/Android/</p>
|
|
||||||
|
|
||||||
<pre><code>/# All the built binaries, libs and their header will be installed here
|
<pre><code>/# Android NDK sources and standalone toolchain is put here
|
||||||
|
export DEV=~/Android/
|
||||||
|
|
||||||
|
/# All the built binaries, libs and their header will be installed here
|
||||||
export PREFIX=/opt/android
|
export PREFIX=/opt/android
|
||||||
|
|
||||||
/# Don't mix up .pc files from your host and build target
|
/# Don't mix up .pc files from your host and build target
|
||||||
|
|||||||
+16
-13
@@ -35,23 +35,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
|
|||||||
|
|
||||||
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
||||||
|
|
||||||
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.
|
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p>
|
||||||
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
|
|
||||||
&ndash;toolchain=arm-linux-androideabi-4.9 <br />
|
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
|
||||||
&ndash;stl=gnustl <br />
|
--toolchain=arm-linux-androideabi-4.9 \
|
||||||
&ndash;arch=arm <br />
|
--stl=gnustl \
|
||||||
&ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
|
--arch=arm \
|
||||||
&ndash;package-dir=/home/moslab/Android <br />
|
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
|
||||||
&ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br />
|
--package-dir=/home/moslab/Android \
|
||||||
&ndash;platform=android-22</p>
|
--install-dir=/home/moslab/Android/android-ndk-toolchain \
|
||||||
|
--platform=android-22
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
||||||
|
|
||||||
<p>[TODO]-&gt; I will fix this part later.
|
<p>[TODO]-&gt; I will fix this part later.</p>
|
||||||
/# Android NDK sources and standalone toolchain is put here
|
|
||||||
export DEV=~/Android/</p>
|
|
||||||
|
|
||||||
<pre><code>/# All the built binaries, libs and their header will be installed here
|
<pre><code>/# Android NDK sources and standalone toolchain is put here
|
||||||
|
export DEV=~/Android/
|
||||||
|
|
||||||
|
/# All the built binaries, libs and their header will be installed here
|
||||||
export PREFIX=/opt/android
|
export PREFIX=/opt/android
|
||||||
|
|
||||||
/# Don't mix up .pc files from your host and build target
|
/# Don't mix up .pc files from your host and build target
|
||||||
|
|||||||
+16
-13
@@ -35,23 +35,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
|
|||||||
|
|
||||||
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3>
|
||||||
|
|
||||||
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.
|
<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p>
|
||||||
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
|
|
||||||
&ndash;toolchain=arm-linux-androideabi-4.9 <br />
|
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
|
||||||
&ndash;stl=gnustl <br />
|
--toolchain=arm-linux-androideabi-4.9 \
|
||||||
&ndash;arch=arm <br />
|
--stl=gnustl \
|
||||||
&ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
|
--arch=arm \
|
||||||
&ndash;package-dir=/home/moslab/Android <br />
|
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
|
||||||
&ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br />
|
--package-dir=/home/moslab/Android \
|
||||||
&ndash;platform=android-22</p>
|
--install-dir=/home/moslab/Android/android-ndk-toolchain \
|
||||||
|
--platform=android-22
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
|
||||||
|
|
||||||
<p>[TODO]-&gt; I will fix this part later.
|
<p>[TODO]-&gt; I will fix this part later.</p>
|
||||||
/# Android NDK sources and standalone toolchain is put here
|
|
||||||
export DEV=~/Android/</p>
|
|
||||||
|
|
||||||
<pre><code>/# All the built binaries, libs and their header will be installed here
|
<pre><code>/# Android NDK sources and standalone toolchain is put here
|
||||||
|
export DEV=~/Android/
|
||||||
|
|
||||||
|
/# All the built binaries, libs and their header will be installed here
|
||||||
export PREFIX=/opt/android
|
export PREFIX=/opt/android
|
||||||
|
|
||||||
/# Don't mix up .pc files from your host and build target
|
/# Don't mix up .pc files from your host and build target
|
||||||
|
|||||||
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
|||||||
|
|
||||||
<h2 id="todo-list">TODO List</h2>
|
<h2 id="todo-list">TODO List</h2>
|
||||||
|
|
||||||
<p>-[ ] Test API
|
<p>-[X] Test API
|
||||||
-[ ] Finish Walk Algorithm
|
-[ ] Finish Walk Algorithm
|
||||||
-[ ] Finish other movement, etc. catch, hatch
|
-[ ] Finish other movement, etc. catch, hatch
|
||||||
-[ ] Smart Walking route
|
-[ ] Smart Walking route
|
||||||
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
||||||
-[ ] Become a Pokemon Master</p>
|
-[ ] Become a Pokemon Master</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
+6
-6
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
|||||||
|
|
||||||
<h2 id="todo-list">TODO List</h2>
|
<h2 id="todo-list">TODO List</h2>
|
||||||
|
|
||||||
<p>-[ ] Test API
|
<p>-[X] Test API
|
||||||
-[ ] Finish Walk Algorithm
|
-[ ] Finish Walk Algorithm
|
||||||
-[ ] Finish other movement, etc. catch, hatch
|
-[ ] Finish other movement, etc. catch, hatch
|
||||||
-[ ] Smart Walking route
|
-[ ] Smart Walking route
|
||||||
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
|
||||||
-[ ] Become a Pokemon Master</p>
|
-[ ] Become a Pokemon Master</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user