I want to use opencv in android i am using android studio. i found this answer then i integrate opencv with android studio but in other opencv official website i found other method of integration of opencv in android it says Building OpenCV4Android from trunk. My question is
1) what is does Building OpenCV4Android from trunk mean and what is the difference between Building OpenCV4Android from trunk and directly integrating opencv into android?
2) I think Building OpenCV4Android from trunk means building opencv apps using native c/c++ libraries. If my asumption is right how can i do it in android studio all the tutorials are in eclipse if not can we build opencv android app using c++ in android studio? i am saying here directly using c++ not java wrapper or opencv for java.