3

I am trying to use Huawei Toolkit to understand my google dependencies in my project and add huawei services. However, every time, when I want to analyze the whole project and start new conversion, analysis does not complete and get an error like this "failed to execute the engine analysis task".

Android studio version is 3.6.2 and I am on windows 10 and toolkit version is 2.0.3.301.

Error is like at image:

enter image description here

How can i solve this?

Community
  • 1
  • 1
mika
  • 31
  • 2
  • Please provide more details. – KostasC Jun 08 '20 at 17:09
  • 1
    Please provide more details such as the HMS Core Toolkit version you used, the IDE version, your operation system, the record of error logs... and then continue error analysis. – zhangxaochen Jun 09 '20 at 06:05
  • i added version numbers and error image, only i have these @shirley – mika Jun 09 '20 at 10:51
  • 1
    @mika If you are on windows 10, you can find your record of error logs here: C:\Users\{UserName}\.hmstoolkit\logs. Please add these in your question. – zhangxaochen Jun 09 '20 at 13:24
  • Do you solve this? Plz add the record of error logs in your question. –  Jul 01 '20 at 08:59

1 Answers1

0

We had a similar issue and in your case it might also be related to the use of Kotlin. The Converter of the Toolkit does only support basic Kotlin syntax so that some projects written in Kotlin might run into this issue.

This does not mean there is no alternative because for of the most frequent kits like Push, Analytics, Location, and more, manual conversion guides exist.

devEnju
  • 207
  • 1
  • 9