Android: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ |
__NOTOC__ |
||
= Android = |
|||
== SDK Setup == |
|||
This is to build applications for Android |
|||
=== Linux Setup === |
|||
* Download SDK |
|||
* Add to the `$PATH` the tools location |
|||
<pre><nowiki> |
|||
export PATH=${PATH}:<sdk_location>/tools |
|||
</nowiki></pre> |
|||
* [[Development environment for Android]] |
|||
* Install add-ons and documentation |
|||
* [[Android OS environment]] |
|||
* Download and install plugin for the prefered IDE |
|||
== Windows Setup == |
|||
* Download SDK |
|||
* Install SDK |
|||
* Disable anti-virus |
|||
* Install add-ons and documentation |
|||
* Download and install plugin for the prefered IDE |
|||
== Platform Setup == |
|||
This is to setup Android on running devices. |
|||
# '''How to change the language on Android?''' |
|||
Change country, language and timezone on /default.prop |
|||