I have looked everywhere for a solution to this but can’t find one. When I try to build my project for Android, Unity goes through the motions and everything appears to have worked. I then search the directory in which I built it and find no .apk file. There are plenty of files there, with Library including metadata and ScriptAssemblies and several other files, ProjectSettings containing .asset files and six other files outside of these directories (project called “SP33D - Mobile”):
- Assembly-CSharp.csproj
- Assembly-CSharp.pidb
- Assembly-CSharp-vs.csproj
- SP33D - Mobile.sln
- SP33D - Mobile.userprefs
- SP33D - Mobile-csharp.sln
I’ve been trying to find a solution for two days now to no avail. I am still new to Unity and this is my first proper game and the first time I have developed for Android. As far as I know the Android SDK is correctly installed (for Android v 4.4W) and Unity recognises its location. It could just be a stupid mistake due to my lack of experience or something more complex, I don’t know. Please help!