Anyone know integrate Android with Unity Studio? (i will explain)
I created a simple scene in Unity (4.3.x on OSX Maverics) for testing. Has a 3D object and nothing els
Setting up an Android project is really simple. The document you linked is outdated and you don't need to move any files at all.
Unity
File -> Build Settings -> Android and click Switch PlatformGoogle Android ProjectExport and choose where you want the Android project to beAndroid Studio
If you want to display the Unity engine inside a subactivity, I suggest you take a look at this answer.
If you're completely unfamiliar with Android development, you should start with a simple "Hello World" app without complicating things by adding Unity to the mix. Just follow some of the official Android guides.