Hi,
A lot of times the build process stuck on 'Skipping target "_Sign" because...' and I've to cancel it manually and retry. There is no CPU usage, probably it is waiting for something.
Do you have any idea what this could be and how to avoid that?
Visual Studio Output:
...
1>Processing: obj\Debug\res\values\styles.xml
1>Skipping target "_AddStaticResources" because all output files are up-to-date with respect to the input files.
1>Skipping target "_CreateAdditionalResourceCache" because it has no outputs.
1>Skipping target "_CreateBaseApk" because all output files are up-to-date with respect to the input files.
1>Skipping target "_CreateAdditionalResourceCache" because it has no outputs.
1>Skipping target "_CompileJava" because all output files are up-to-date with respect to the input files.
1>Skipping target "_CreateAdditionalResourceCache" because it has no outputs.
1>Skipping target "_CompileToDalvikWithDx" because all output files are up-to-date with respect to the input files.
1>Skipping target "_BuildApkFastDev" because all output files are up-to-date with respect to the input files.
1>Skipping target "_CopyPackage" because all output files are up-to-date with respect to the input files.
1>Touching "obj\Debug\android_debug_keystore.flag".
1>Skipping target "_Sign" because all output files are up-to-date with respect to the input files.