Build error cocos2dx Android Studio

I have Android Studio 2.3.3, ndk r15. I’d used cocos 3.15 and project built correctly but then I changed cocos version to 3.16 and now the same project doesn’t build

[armeabi] Compile thumb  : cpufeatures <= cpu-features.c
make: *** [proj.android-studio/app/build/intermediates/ndkBuild/debug/obj/local/armeabi/objs-debug/pvmp3dec/archiver.list] Error 1
make: *** Deleting file `proj.androidstudio/app/build/intermediates/ndkBuild/debug/obj/local/armeabi/objs-debug/pvmp3dec/archiver.list'
make: *** Waiting for unfinished jobs....
:TestGame:externalNativeBuildDebug FAILED

and

Received result Failure[value=org.gradle.initialization.ReportedException: org.gradle.internal.exceptions.LocationAwareException: Execution failed for task ':TestGame:externalNativeBuildDebug'.]

What I am doing wrong?

Have you tried to clean and build the project?

Yes, I cleaned and rebuilt project and error occured again