Ajay Kotapati
Ajay Kotapati

Reputation: 21

Maximo Anywhere 7.6.2 build failed (Android API 27)

I am getting error as mentioned below while running ./build.sh all command to build Maximo Anywhere apps.Attached error log.

I have setup everything...worklight console and appcenter console is working fine and I am able to see anywhere runtime in worklight console.

I have installed Java 1.8 and Android API 27.

Error Image 1 Error Image 2

Upvotes: -1

Views: 637

Answers (1)

amith
amith

Reputation: 1

You cannot build an old anywhere version with the new android build tools. Downgrade you api version to 23 and downgrade the android build tools. To downgrade android build tools follow the steps below.

1.Download from the two links below 2. Copy/Unzip the folders to the android studio sdk folder (Replace if prompted)

For Mac OS: http://dl-ssl.google.com/android/repository/tools_r25.2.2-macosx.zip http://dl-ssl.google.com/android/repository/platform-tools_r24.0.3-macosx.zip

For Windows http://dl-ssl.google.com/android/repository/tools_r25.2.2-windows.zip http://dl-ssl.google.com/android/repository/platform-tools_r24.0.3-windows.zip

Upvotes: 0

Related Questions