I have been creating an app in Android Studio for a while and decided that I wanted to add Augmented Reality to my app. I created an AR project in Unity and exported the file as an ADT and gradle but cannot figure out how to import it into my existing project. Everything that I found was importing it into a new project. If I cannot import it into my Android Studio project then can I somehow merge both projects?
            Asked
            
        
        
            Active
            
        
            Viewed 1,579 times
        
    5
            
            
        - 
                    Does this help or is it not applicable? http://stackoverflow.com/q/38980792/6730803 – Fredrik Schön Feb 08 '17 at 07:10
- 
                    @Fredrik that one creates a new Android studio project. I want an already existing project – Juan Sierra Feb 08 '17 at 14:26
- 
                    @JuanSierra did you got any procedure to integrate unity project to existing android studio project? I'm also looking for the same. – pradip_android Jul 20 '17 at 06:13
- 
                    Hi have you got the answer?I am looking for same. – sagar potdar Jul 20 '17 at 07:17
- 
                    @sagarpotdar no I haven't. I decided to do use Kudan for AR. Came out to be pretty easy to use. – Juan Sierra Jul 31 '17 at 02:42
1 Answers
-1
            
            
        You can import your Unity (android build) as a library into another android app. And then call the UnityPlayer Activity inside.
 
    
    
        Kashif Siddiqui
        
- 1,476
- 14
- 26
