Android: Difference between revisions

imported>Nadrieril
m Fixed wrong link
imported>Symphorien
mention the MTP page to transfer files from/to an android device
Line 14: Line 14:
}
}
</syntaxhighlight>
</syntaxhighlight>
=== Transfering files from/to an Android device ===
There are two main methods for newer devices:
* <code>adb push</code> and <code>adb pull</code>: see above.
* via [[MTP]], see [[MTP|the corresponding page]]


=== Building Android apps using Nix ===
=== Building Android apps using Nix ===