Make Eclipse Clean and Rebuild an Android .apk When any Project File is Changed
November 23, 2011
Eclipse’s default behavior for an Android project seems to ignore changes to project files that aren’t handled by a Builder. For example, an Eclipse project might have a text file with configuration data referenced in Project Explorer. By default, Eclipse will NOT rebuild and upload the .apk file upon modifying that file and Running or [...]
0