FAQ
Quote:
How to properly install framework apks and use tags
 

ApkTool (and therefore VTS) needs framework apks to properly de- & recompile Android resources.
Framework tags are used to differentiate between multiple sets of framework apks.
You are usually going to have one set (ie. multiple apks) per device and base/rom version.
When installing frameworks it's very important to install all frameworks from the same device/rom with the same tag.

Have a look at this tutorial to learn more about installing frameworks with VTS.
Quote:
How to manually edit VTS settings
 

VTS stores its settings easily accessible in XML files. They are stored in a folder (normally) located here:
C:\Users\<your user>\Documents\Virtuous Ten Studio\Settings\

You can easily open and edit these settings files, just make sure VTS is closed before doing so.
Note: Some settings only exist after VTS used them for the first time.
Quote:
VTS can't find the Java binary
 

Make sure to add the location of your Java.exe to your PATH variable and reboot after doing so.
VTS should be able to find your java binary now.

If it still doesn't work, you can manually specify the java path in the VTS settings.
Quote:
Something else went wrong and I need help
 

Editing apks and other Android related files can be a highly complex task.
There are many possible error sources. If something goes wrong nobody can help you unless you provide some important things: (if applicable)
  1. The VTS logs. Without these it's pretty impossible to troubleshoot problems that occured while using VTS.
    Have a look at this tutorial, it explains you how to use the Log Viewer.
    Make sure all checkboxes on top are checked and copy all the log text from the textbox.
    When asking for help, make sure to include all the text in [CODE]<log text>[/CODE] tags.

  2. A logcat of your device, the packagename (if applicable) and filename of the file you are working on.
    If something goes wrong or doesn't work on the device you are working with, it's absolutely required to get a logcat before asking for help.
    You can use the Logcat viewer of VTS to get a copy of the so called Logcat. It's the internal log of your device and usually helps revealing and solving all kinds of problems occuring on the device.
    As with the VTS logs, please include the Logcat in [CODE]<logcat text>[/CODE] tags.

  3. Your Operating System version (eg. Windows 8, Windows Vista etc)

  4. General information:
    • Can you reproduce the issue?
    • Did you try to restart your computer/your device first?
Feel free to propose me any new entries for this post