Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting "Multiple Target Patterns. Stop." error when attempting to build for Android with ndk-build

Tags:

I switched between using Cygwin and the ndk-7 ndk-build script and using the ndk-build.cmd script to build on Windows using the precompiled libraries. When I tried switching back to building from Cygwin again, I started receiving:

* multiple target patterns. Stop.

How do I fix this?

like image 275
Nick Gotch Avatar asked Apr 24 '12 07:04

Nick Gotch


1 Answers

You should remove old "obj" folder.

like image 99
Mārtiņš Možeiko Avatar answered Oct 20 '22 18:10

Mārtiņš Možeiko