Jon Adams
Jon Adams
Looks good to me. FYI, it does upgrade the tools versions required for building, but assuming whoever is compiling has an updated SDK, it should be fine.
What is the purpose of this patch? In other words, why does using this flag instead of checking !=0 make things better? Are there any bugs with the version check...
+1 I get a lot of these log messages too. The code seems to still work, and no crashes; but something probably isn't right if these are getting spammed. They...
FYI, for me anyway, the latest version of Rotiva (1.7.3) appears to need `vccorlib140.dll` and `vcruntime140.dll` from the `C:\Windows\SysWOW64` directory.
Version 1.2 of the plugin also is throwing an exception in Android Studio 1.5.1. ``` Plugin Error: Dependencies Version Checker threw an uncaught PluginException. PluginException: VersionCheckWindow : Unsupported major.minor version...
This plugin is still broken at this time. However, since Android 2.2 there is a way to do this built-in now, via the Project Structure dialog. See [How to check...
Duplicate of #17
You may use the `BuildFile(ControllerContext)` method to generate a `byte[]` result. Then save that like any other normal file—even a network folder, assuming you have all the security and stuff...