3

I'm confusing what is the difference between android "Make Project" and "ReBuild Project". Is there anyone knows this.

Thanks

Dehan Wjiesekara
  • 3,152
  • 3
  • 32
  • 46

1 Answers1

0

I use command line tools to build Android apps, and the difference for me is that I can run a new build that will tell me if there are any errors in my code or missing files that I've linked to for some reason. After a successful build, I run a make, which makes a version of the app that I can run and test.

Jesse Lawson
  • 715
  • 8
  • 13