Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm using unity 4.0. I want to build games for android. When I click build it opens a select folder dialog box and wants an apk name. But after pressing select it does nothing. Simply the dialog box closes and nothing. No apk is found in that directory. I also tried 'Export as Eclipse Project'. But that also do the same. Nothing!!! It's just killing me. What can I do?

share|improve this question
3  
It's extremely difficult to diagnose what your problem might be in this case. Do you have any logs, error output, et cetera that might be appropriate? Otherwise I think you may need to pose this question on another site. –  Josh Petrie Aug 19 at 15:24

1 Answer 1

  1. Check your Unity Preferences / External Tools / Android SDK Location, according to the Unity docs regarding Android SDK Setup. enter image description here
  2. Check your Build Settings (it's important to check that you've added all the scenes and the starting scene at the beginning) enter image description here
  3. Write down the name of the apk file and click save enter image description here
  4. You should see a new window for showing the building process progress (if it doesn't appear, something is wrong) enter image description here
  5. The apk file is ready, if everything else went well
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.