Hi ,
I am new to android studio.I have exported the unity project to android studio .Initially i have faced issues with sdk veriosns and all , now i have fixed them, but didnt find the option of building signed apk in build settings in android studio.Please help me in fixing this.I have attached the image of build options below.Please let me know how to create sign apk or unsigned apk.
Regards,
S.Damu93.
Build APK(s) is your option.
Hi,
But build apk option is not working, nothing is running on clicking that button in Android studio.
Did you find a solution to this? I am having the same problem.
I have exported the Unity project, imported it to Android Studio and followed this instructions:
link
A a result I got this log in Android Studio console:
13:55:13: Executing task ‘build’…
Executing tasks: [build]
13:55:14: Task execution finished ‘build’.
Execution time is suspiciously short and I can’t find the apk file anywhere.
I also tried Build > Build APK(s), but when I click it nothing happens
I managed to figure it out.
Turns out I was importing wrong directory to Android Studio.
What I was doing (wrong):
- Export the Unity project into MyDirectory
- Import MyDirectory into Android studio
What I should have been doing (right):
- Export the Unity project into MyDirectory
- Import MyProject, which is inside MyDirectory into Android studio
Same issue on Stack Overflow