yokks
yokks

Reputation: 5773

android failed to make .apk on using ant debug

i created one android project on command line using android tool. After adding aidl file, while compiling using the command (ant debug projectname), its giving the arro "BUILD FAILED"

Target "MyIpc" does not exist in the project "MyIpc"

Upvotes: 1

Views: 503

Answers (1)

Travis Webb
Travis Webb

Reputation: 15018

You should only be issuing the command ant debug and nothing else. ant debug projectname is incorrect.

Upvotes: 2

Related Questions