Mobile App Build Issue

Hi I am facing the problem from last 2 days. The mobile app build from Meteor now seem to be different. I was facing issues several issues (AAPT errors) with help from stackoverflow I somehow manage to build the app. Now it is compiling but I am facing two things

  • earlier the apk generated by build used to be called release-unsigned.apk and stored in build directory. Now I find it is not stored there but in .meteor folder and has a name android-release-unsigned.apk
  • On further investigations I find the following output

%% Built the following apk(s):
/Users/perumalkumar/pgm/meteor/stppeifyv1/.meteor/local/cordova-build/platforms/android/build/outputs/apk/release/android-release-unsigned.apk
%% No scripts found for hook “after_compile”.
%% No scripts found for hook “after_build”.

Can somebody tell me if they are facing similar issue and if this is normal. I am on Meteor 1.6.1

Thanks