Please do not split topics across several threads.
This makes following the conversation in the threads view very hard as the context of the other messages is missing.
If you have additional information either edit the original message or post to its thread.
Regarding the problem, the error seems to be quite obvious.
In line 160 of
D:\synerge_IOS_Android\android\app\build.gradle
you try to access the property
ABI
of an object of type
org.gradle.api.tasks.OutputFile
which does not exist.