(Created page with "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: AdtLogc...")
(Standard format, and replace the documentation with an overview (please document on the script page).)
Line 1:
Line 1:
−
Adt.vimisan utility for android development, it works on the current folder, you must ensure that the initial path contains a AndroidManifest.xml file.
+
{{ScriptComments|adt:Androiddevelopment utility}}
−
Functions:
+
==Overview==
−
AdtLogcat Fetchlogsfromandroiddeviceanddisplay in copen window. Ifthereareerrororwarning stacks, it will be recorgnized as error, so that you canswitchbetweenerrormessageandcodesby:cnand :cp. By default, it is mapped as "Al"
+
Adt.vimisautilityforAndroiddevelopment. Itworksonthecurrentfolder so you mustensurethattheinitialpathcontainsanAndroidManifest.xmlfile.
−
AdtBuild` Buildthecurrentandroidapplication,makesuretherearebuild.xml and AndroidMenifest.xmlincurrentfolder. The build logwillbedisplayedincopen window, so
+
LogscanbefetchedfromanAndroiddeviceanddisplayed in the copen window, where error and warningmessagesarerecognised. You can build orrunthecurrentAndroidapplication, whileviewing errors from the build.
−
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"
+
==Comments==
−
−
AdtClean Clean the current android application build envirovement. By default, it is mapped as "Ac"
Adt.vim is a utility for Android development. It works on the current folder so you must ensure that the initial path contains an AndroidManifest.xml file.
Logs can be fetched from an Android device and displayed in the copen window, where error and warning messages are recognised. You can build or run the current Android application, while viewing errors from the build.