Home | History | Annotate | Download | only in TicTacToeMain

Lines Matching full:project

17 TicTacToeMain is the main project. It defines a main activity that is first

21 To define that TicTacToeMain uses TicTacToeLib as a "project library", the
26 TicTacToeLib is the "project library". It can contain both source code (.java)
28 APK. To define this is a library, the file TicTacToeLib/default.project
35 the main project and the result is used to generate the APK. This means that
36 the main project can either use or redefine behavior from the libraries.
39 To use the main vs library project:
40 - In ADT, just open import both projects and launch the main project.
41 - In Ant, use 'android update project' to create the build files and set the SDK location,
42 and then run 'ant debug' on the main project.