can't packaging for Android

Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException

because of above error, I can’t package my project.
Please tell how to resolve the error.

[link text][1]

105833-log.txt (6.49 KB)

Hey Totom729,

This error is due to the default settings of VS 2015 when installing. If you find Visual Studio 2015 in “Uninstall a program” you can choose to modify the installation. After choosing Modify You can expand the drop-down for Programming Languages as well as the drop-down for Visual C++. if you check the box next to Visual C++ it will select all of the items in this section, however the most important one is “Common Tools for Visual C++ 2015”. Make sure that this box is check and click update/next. Once VS has updated you should be able to create a code project.

Thanks!

Thank you for replaying.

I operated the procedure as you taught. it’s completed.
However, the error still appear.

Do you know why?

Can you show me a screenshot of your Visual Studio modification option screen? Could you also upload the new logs for me?

Thank you! :slight_smile:

In fact, I uninstalled VS2015 Community and then installed VS2012 Ultimate after I tried what you taught.

Thank you.

[link text][2]

4.12 and 4.13 need VS 2015 to be installed with the Tools included. That should fix your issue. VS 2012 is too old. Did you run into the same issue?

Yes.
I re-installed VS 2015 and setup.
However, the error still appear.

107073-キャプチャ.png

Open up Programming Languages > Visual C++ > Common Tools for Visual C++ 2015

I can’t tell if that’s selected fully in the screenshot you’ve provided. Make sure you restart your computer and try again. Upload any new logs you may have.

Thanks!