Skip to content

Directory Structure

Sam Crow edited this page Feb 2, 2016 · 3 revisions

The directory structure of Cook-E is typical of Android applications.

  • app - The primary application module
    • build - Products of the build system
    • libs - Libraries
    • src - Code
      • androidTest - Android-specific test code
      • main - Primary code
      • test - Test code
  • bin - Scripts used for project management, including the release script
  • build - Products of the build system
  • gradle - Files used by Gradle

Clone this wiki locally