jni: Upgrade underlying NFD to version 0.6.2-11-gd657d53

This change replaces in-project JNI compilation of ndn-cxx and NFD with
packaged versions of ndn-cxx and NFD using a customized
android-crew-staging (https://github.com/named-data-mobile/android-crew-staging).
Refer to README-dev.md for more detail.

This commit also drops Logcat views

Refs: #4661

Change-Id: Id981689475d9da3aea63bea38d925f335c25b46e
diff --git a/.vagrant/Vagrantfile b/.vagrant/Vagrantfile
index 0423794..46b4c75 100644
--- a/.vagrant/Vagrantfile
+++ b/.vagrant/Vagrantfile
@@ -22,12 +22,13 @@
     export PATH=${PATH}:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools
 
     echo "y" | sdkmanager "platform-tools"
-    sdkmanager "platforms;android-26" "build-tools;26.0.3" "ndk-bundle"
+    sdkmanager "platforms;android-28" "ndk-bundle"
 
     cd ndk-bundle
-    git clone https://github.com/cawka/android-crew-staging.git crew.dir
+    git clone https://github.com/named-data-mobile/android-crew-staging.git crew.dir
 
-    CREW_OWNER=cawka crew.dir/crew install target/sqlite:3.18.0 target/openssl:1.0.2m target/boost:1.65.1
+    CREW_OWNER=named-data-mobile crew.dir/crew install target/sqlite target/openssl target/boost
+    CREW_OWNER=named-data-mobile crew.dir/crew install target/ndn_cxx target/nfd
 
     cd ../..