I have exported a project from Unity to Android Studio. In Android Studio, I am not able to generate APK. Generate APK option is not available in Android Studio. I have attached the image of build options below.
Asked
Active
Viewed 116 times
0
-
Go to Build ---> Build APK(s) as shown in your screenshot? – Programmer Jan 12 '18 at 05:44
-
Nothing is happening on clicking that Build APKS(S) button.Not even any tasks are running in android studio. – Damu93 Jan 12 '18 at 05:54
-
Should i add any extra files ? – Damu93 Jan 12 '18 at 05:58
-
Clean, Rebuild Project then try the Build APK again – Programmer Jan 12 '18 at 06:14
-
Tried it , Cleaned project and rebuild project and clciked build apk , But its not working – Damu93 Jan 12 '18 at 06:19
-
Even the Event Log Window is not changing? I suggest you restart Android Studio. If that doesn't work, delete the project, re-export it from Unity and re-import into Android Studio. See [this](https://stackoverflow.com/questions/38980792/exporting-and-running-unity3d-project-to-android-studio/39008549?s=1|73.1826#39008549) tutorial for more info – Programmer Jan 12 '18 at 06:25
-
Ok, will check it – Damu93 Jan 12 '18 at 06:37
-
I have checked it by re importing the project again .But its working like old project only , Build APK is not working , I am using android studio 3.0.1 version. I have checked the sample project from here"https://github.com/inbgche/Unity-Android-Communication". Facing same problem :( – Damu93 Jan 12 '18 at 09:36