android.rst
changeset 2121 b6f9485fad08
parent 2051 b517b191156b
child 2187 1eedb185a54d
equal deleted inserted replaced
2120:5f5defb2793f 2121:b6f9485fad08
    13     Get the Android SDK
    13     Get the Android SDK
    14   http://developer.android.com/guide/index.html
    14   http://developer.android.com/guide/index.html
    15     Introduction to Android
    15     Introduction to Android
    16   https://android.googlesource.com/platform/system/core/+/master/init/readme.txt
    16   https://android.googlesource.com/platform/system/core/+/master/init/readme.txt
    17     init.rd file syntax.
    17     init.rd file syntax.
       
    18 
       
    19 Android stats
       
    20 =============
       
    21 
       
    22 CPU::
       
    23 
       
    24   $ cat /proc/cpuinfo
       
    25   $ cat /proc/cpufreq/cpufreq_freq
       
    26 
       
    27 Memory::
       
    28 
       
    29   $ cat /proc/meminfo
    18 
    30 
    19 Android API levels.
    31 Android API levels.
    20 ===================
    32 ===================
    21 
    33 
    22   http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
    34   http://developer.android.com/guide/topics/manifest/uses-sdk-element.html