- Home /
Question by
gamaroot · Oct 10, 2012 at 11:53 AM ·
androidsdkintegration
Android Project into Unity Project - R.layout does not recognize
Hi,
Actually, I'm building and integrating a SDK Project (Android SDK) into Unity and the same happens what has been cited above.
I make this with the tutorial: http://www.rbcafe.com/Softwares/Unity/Documentation/Manual/Android-Integrating%20Unity%20With%20Eclipse.html
Similar post (not answered) http://answers.unity3d.com/questions/314480/android-plugin-implementation-to-unity-project.html?sort=oldest
I copy the contents: - res/ - assets/ - src/ - gen/
and produce a JAR file of all your pre-compiled classes to ${project.dir}/Assets/Plugins/Android.
Best regards,
Carlos Gama.
Comment