Script:4330
Talk0this wiki
Adt.vim is an utility for android development, it works on the current folder, you must ensure that the initial path contains a AndroidManifest.xml file.
Functions: AdtLogcat Fetch logs from android device and display in copen window. If there are error or warning stacks, it will be recorgnized as error, so that you can switch between error message and codes by :cn and :cp. By default, it is mapped as "Al"
AdtBuild` Build the current android application, make sure there are build.xml and AndroidMenifest.xml in current folder. The build log will be displayed in copen window, so that you can switch between error message and codes by :cn and :cp. By default, it is mapped as "Ab"
AdtRun Run the current android application, make sure there are build.xml and AndroidMenifest.xml in current folder. By default, it is mapped as "Ar"
AdtClean Clean the current android application build envirovement. By default, it is mapped as "Ac"