Fix_some_layouts

This commit is contained in:
2016-08-14 14:21:12 -04:00
parent 1c8a7f61de
commit 8378104406
9 changed files with 132 additions and 114 deletions
+22 -19
View File
@@ -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>
<p>-[ ] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision’s idea)
-[ ] Become a Pokemon Master</p>
<p>-[X] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision’s idea)
-[ ] Become a Pokemon Master</p>
</description>
</item>
@@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
&lt;h3 id=&#34;link-with-standalone-tool-chains&#34;&gt;Link with standalone tool-chains&lt;/h3&gt;
&lt;p&gt;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.
$ ${NDK}/build/tools/make-standalone-toolchain.sh &lt;br /&gt;
&amp;ndash;toolchain=arm-linux-androideabi-4.9 &lt;br /&gt;
&amp;ndash;stl=gnustl &lt;br /&gt;
&amp;ndash;arch=arm &lt;br /&gt;
&amp;ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b &lt;br /&gt;
&amp;ndash;package-dir=/home/moslab/Android &lt;br /&gt;
&amp;ndash;install-dir=/home/moslab/Android/android-ndk-toolchain &lt;br /&gt;
&amp;ndash;platform=android-22&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ ${NDK}/build/tools/make-standalone-toolchain.sh \
--toolchain=arm-linux-androideabi-4.9 \
--stl=gnustl \
--arch=arm \
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
--package-dir=/home/moslab/Android \
--install-dir=/home/moslab/Android/android-ndk-toolchain \
--platform=android-22
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;original-system-environment-configuration&#34;&gt;Original System Environment Configuration&lt;/h3&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.
/# Android NDK sources and standalone toolchain is put here
export DEV=~/Android/&lt;/p&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/# All the built binaries, libs and their header will be installed here
&lt;pre&gt;&lt;code&gt;/# 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
/# Don&#39;t mix up .pc files from your host and build target
+22 -19
View File
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
&lt;h2 id=&#34;todo-list&#34;&gt;TODO List&lt;/h2&gt;
&lt;p&gt;-[ ] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
&lt;p&gt;-[X] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
</description>
</item>
@@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
&lt;h3 id=&#34;link-with-standalone-tool-chains&#34;&gt;Link with standalone tool-chains&lt;/h3&gt;
&lt;p&gt;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.
$ ${NDK}/build/tools/make-standalone-toolchain.sh &lt;br /&gt;
&amp;ndash;toolchain=arm-linux-androideabi-4.9 &lt;br /&gt;
&amp;ndash;stl=gnustl &lt;br /&gt;
&amp;ndash;arch=arm &lt;br /&gt;
&amp;ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b &lt;br /&gt;
&amp;ndash;package-dir=/home/moslab/Android &lt;br /&gt;
&amp;ndash;install-dir=/home/moslab/Android/android-ndk-toolchain &lt;br /&gt;
&amp;ndash;platform=android-22&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ ${NDK}/build/tools/make-standalone-toolchain.sh \
--toolchain=arm-linux-androideabi-4.9 \
--stl=gnustl \
--arch=arm \
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
--package-dir=/home/moslab/Android \
--install-dir=/home/moslab/Android/android-ndk-toolchain \
--platform=android-22
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;original-system-environment-configuration&#34;&gt;Original System Environment Configuration&lt;/h3&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.
/# Android NDK sources and standalone toolchain is put here
export DEV=~/Android/&lt;/p&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/# All the built binaries, libs and their header will be installed here
&lt;pre&gt;&lt;code&gt;/# 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
/# Don&#39;t mix up .pc files from your host and build target
+16 -13
View File
@@ -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>
<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.
$ ${NDK}/build/tools/make-standalone-toolchain.sh <br />
&ndash;toolchain=arm-linux-androideabi-4.9 <br />
&ndash;stl=gnustl <br />
&ndash;arch=arm <br />
&ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br />
&ndash;package-dir=/home/moslab/Android <br />
&ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br />
&ndash;platform=android-22</p>
<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>
<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \
--toolchain=arm-linux-androideabi-4.9 \
--stl=gnustl \
--arch=arm \
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
--package-dir=/home/moslab/Android \
--install-dir=/home/moslab/Android/android-ndk-toolchain \
--platform=android-22
</code></pre>
<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3>
<p>[TODO]-&gt; I will fix this part later.
/# Android NDK sources and standalone toolchain is put here
export DEV=~/Android/</p>
<p>[TODO]-&gt; I will fix this part later.</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
/# Don't mix up .pc files from your host and build target
+6 -6
View File
@@ -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>
<p>-[ ] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
-[ ] Become a Pokemon Master</p>
<p>-[X] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea)
-[ ] Become a Pokemon Master</p>
</div>
+22 -19
View File
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
&lt;h2 id=&#34;todo-list&#34;&gt;TODO List&lt;/h2&gt;
&lt;p&gt;-[ ] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
&lt;p&gt;-[X] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
</description>
</item>
@@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
&lt;h3 id=&#34;link-with-standalone-tool-chains&#34;&gt;Link with standalone tool-chains&lt;/h3&gt;
&lt;p&gt;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.
$ ${NDK}/build/tools/make-standalone-toolchain.sh &lt;br /&gt;
&amp;ndash;toolchain=arm-linux-androideabi-4.9 &lt;br /&gt;
&amp;ndash;stl=gnustl &lt;br /&gt;
&amp;ndash;arch=arm &lt;br /&gt;
&amp;ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b &lt;br /&gt;
&amp;ndash;package-dir=/home/moslab/Android &lt;br /&gt;
&amp;ndash;install-dir=/home/moslab/Android/android-ndk-toolchain &lt;br /&gt;
&amp;ndash;platform=android-22&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ ${NDK}/build/tools/make-standalone-toolchain.sh \
--toolchain=arm-linux-androideabi-4.9 \
--stl=gnustl \
--arch=arm \
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
--package-dir=/home/moslab/Android \
--install-dir=/home/moslab/Android/android-ndk-toolchain \
--platform=android-22
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;original-system-environment-configuration&#34;&gt;Original System Environment Configuration&lt;/h3&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.
/# Android NDK sources and standalone toolchain is put here
export DEV=~/Android/&lt;/p&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/# All the built binaries, libs and their header will be installed here
&lt;pre&gt;&lt;code&gt;/# 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
/# Don&#39;t mix up .pc files from your host and build target
+16 -13
View File
@@ -35,23 +35,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
&lt;h3 id=&#34;link-with-standalone-tool-chains&#34;&gt;Link with standalone tool-chains&lt;/h3&gt;
&lt;p&gt;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.
$ ${NDK}/build/tools/make-standalone-toolchain.sh &lt;br /&gt;
&amp;ndash;toolchain=arm-linux-androideabi-4.9 &lt;br /&gt;
&amp;ndash;stl=gnustl &lt;br /&gt;
&amp;ndash;arch=arm &lt;br /&gt;
&amp;ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b &lt;br /&gt;
&amp;ndash;package-dir=/home/moslab/Android &lt;br /&gt;
&amp;ndash;install-dir=/home/moslab/Android/android-ndk-toolchain &lt;br /&gt;
&amp;ndash;platform=android-22&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ ${NDK}/build/tools/make-standalone-toolchain.sh \
--toolchain=arm-linux-androideabi-4.9 \
--stl=gnustl \
--arch=arm \
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
--package-dir=/home/moslab/Android \
--install-dir=/home/moslab/Android/android-ndk-toolchain \
--platform=android-22
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;original-system-environment-configuration&#34;&gt;Original System Environment Configuration&lt;/h3&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.
/# Android NDK sources and standalone toolchain is put here
export DEV=~/Android/&lt;/p&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/# All the built binaries, libs and their header will be installed here
&lt;pre&gt;&lt;code&gt;/# 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
/# Don&#39;t mix up .pc files from your host and build target
+16 -13
View File
@@ -35,23 +35,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool
&lt;h3 id=&#34;link-with-standalone-tool-chains&#34;&gt;Link with standalone tool-chains&lt;/h3&gt;
&lt;p&gt;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.
$ ${NDK}/build/tools/make-standalone-toolchain.sh &lt;br /&gt;
&amp;ndash;toolchain=arm-linux-androideabi-4.9 &lt;br /&gt;
&amp;ndash;stl=gnustl &lt;br /&gt;
&amp;ndash;arch=arm &lt;br /&gt;
&amp;ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b &lt;br /&gt;
&amp;ndash;package-dir=/home/moslab/Android &lt;br /&gt;
&amp;ndash;install-dir=/home/moslab/Android/android-ndk-toolchain &lt;br /&gt;
&amp;ndash;platform=android-22&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ ${NDK}/build/tools/make-standalone-toolchain.sh \
--toolchain=arm-linux-androideabi-4.9 \
--stl=gnustl \
--arch=arm \
--ndk-dir=/home/moslab/Android/android-ndk-r12b \
--package-dir=/home/moslab/Android \
--install-dir=/home/moslab/Android/android-ndk-toolchain \
--platform=android-22
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;original-system-environment-configuration&#34;&gt;Original System Environment Configuration&lt;/h3&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.
/# Android NDK sources and standalone toolchain is put here
export DEV=~/Android/&lt;/p&gt;
&lt;p&gt;[TODO]-&amp;gt; I will fix this part later.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/# All the built binaries, libs and their header will be installed here
&lt;pre&gt;&lt;code&gt;/# 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
/# Don&#39;t mix up .pc files from your host and build target
+6 -6
View File
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
&lt;h2 id=&#34;todo-list&#34;&gt;TODO List&lt;/h2&gt;
&lt;p&gt;-[ ] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
&lt;p&gt;-[X] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
</description>
</item>
+6 -6
View File
@@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
&lt;h2 id=&#34;todo-list&#34;&gt;TODO List&lt;/h2&gt;
&lt;p&gt;-[ ] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
&lt;p&gt;-[X] Test API
-[ ] Finish Walk Algorithm
-[ ] Finish other movement, etc. catch, hatch
-[ ] Smart Walking route
-[ ] Pokemon Predict (Thanks to Pokevision&amp;rsquo;s idea)
-[ ] Become a Pokemon Master&lt;/p&gt;
</description>
</item>