I am trying to build an android application using gradle in eclipse and i am trying to build the apk using command gradle build in project root directory, i am getting an error in the path of
$projdir/build/intermediates/manifests/full/release/Androidmanifest.xml
saying that
/build/intermediates/manifests/full/release/AndroidManifest.xml:139:28-68: AAPT: No resource found that matches the given name (at 'theme' with value '@style/Theme.AppCompat.Light.NoActionBar').
When i open eclipse and it is redirecting me to the resource fine and it is showing no errors. And i think the Androidmanifest.xml
in the above path is it necessary ??