Simone
Simone

Reputation: 311

Ionic build apk android

I'm trying to build an apk from my ionic project. When I launch ionic build android, i get this error

FAILURE: Build failed with an exception.

BUILD FAILED

What is it?

Upvotes: 2

Views: 594

Answers (1)

Muhsin Keloth
Muhsin Keloth

Reputation: 7964

This is an error related to android tools version.By executing the following commands will resolve your issue.

android list sdk

and

android update sdk --no-ui --filter extra

Upvotes: 0

Related Questions