summaryrefslogtreecommitdiff
path: root/docs/html/training/basics/firstapp/creating-project.jd
AgeCommit message (Collapse)Author
2017-03-21cherry-pick from nyc-mr1-dev docs: Removing Android docs from GerritAndrew Solovay
Original Change-Id: I5331cdc968be817ff70ba32dd03fce76493a6ab8 Test: make ds-docs Android developer docs are now maintained in Piper, go/dac-source Removing all files from Gerrit, since these files can cause build errors if they refer to classes that are later removed (whence bug b/35849713 ). Gerrit already has readme files in these directories telling people docs are not maintained here; these readmes will be a lot easier to spot now. Ran a doc build with these files deleted, and it seems to work fine, so submitting this CL *shouldn't* break anything. Bug: 35849713 Change-Id: Ic74c3f97f9620daf23543930a8b7ed1386f4d172
2016-09-07revisions to the Building Your First app class with feedback from mpawlan ↵smain@google.com
(thank you!) stage: https://android-dot-devsite.googleplex.com/training/basics/firstapp/creating-project.html Change-Id: I40ce201553226fa36477e54b82721bc6cc85b88b
2016-07-25docs: updates to Buildilng Your First App docMark Lu
This commit includes the following updates: - replaces Basic activity with Empty activity - uses default values wherever possible - removes instructions for floating button - removes SDK instructions. Users must use Android Studio - updates the SDK version to API 15 - combines some instructions that were too text heavy Bug: 29766869 Bug: 29768686 Bug: 19154557 Change-Id: Id819cb2dde74b68b5145dfefe7a8502892bb377a
2016-07-11Docs: Changed Blank Activity to Basic ActivityHemal Patel
As per Android Studio's latest version, Blank Activity is renamed to Basic Activity. Hence, fixed step 6 to reflect the change. Bug: 28177899 Change-Id: I824d60f936975645cd9116e8443771b68e132af9
2016-05-15Update links for all files under sdk/ that moved to studio/smain@google.com
Change-Id: I624621dfd7df0f441d0b559e5a12029e5e299964
2016-03-30docs: Removed dead link in "create project" TOC.Kevin Hufnagle
The TOC on the "Creating an Android Project" page is now updated such that all of the links direct readers to a useful area on the page. Bug: 27302059 Change-Id: Ideefaa78541e966f788bb9fc28a1080f2cd5ce50
2015-12-17Docs: Corrections to Android Studio "Getting Started"-type documentation.David Friedman
Bug: 25458018 Change-Id: Ibbecffc00461ba61e3f5f596b34a7b049b9193ec
2015-08-17Docs: Fixing files that didn't merge properly from mnc-preview-docsDavid Friedman
Change-Id: If1a97d8da5a8e7f65293bc34e1a1646f06a48043
2015-02-18resolved conflicts for merge of cbc1ac33 to masterChris Banes
Change-Id: I107320a07a1646f2ddc3a288b13ae58c538d96e6
2015-01-30docs: studio training basics create and run project updatesRich Slogar
b/18742781 Change-Id: I80a207e24330c1b073934d671b3b9c94b0fb28e0
2014-12-08misc fixes for studio launch:smain@google.com
update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app. Change-Id: I086bf63dddc9f653ce06db29eec9998dfa265040
2014-12-06docs: Training refactor for Android Studio [CP]Scott Rowe
Cherrypick from lmp-docs hange-Id: I4c396b1a6b689a32b5a3328e9948f363ebb1e37d, from lmp-dev Change-Id: I830da649d9fac2b87eff5ee5cfc3422d5ab65ffc, Cherrypick from klp-modular-docs Change-Id: Ifaae51e4fa3afbef3d81d260135fd348a6ccb612 Change-Id: I09a9473d73eb9c27ee6966b2a0e1cd736575db06 (cherry picked from commit 8c068aeee06efd2ce0827c81e5919e90358c56e3)
2014-11-01am a004c2ec: am 9b00d795: am 0da6b005: revise helpouts tags to use just one ↵smain@google.com
on each page automerge: b2b3b37 automerge: 07c9807 * commit 'a004c2ec06a5ba3d65786e50171d8cdbb80515c8': revise helpouts tags to use just one on each page
2014-10-31revise helpouts tags to use just one on each pagesmain@google.com
Change-Id: I67e9448567a60dec4b140837d58e46aeccf586a5
2014-10-30docs: Training refactor for Android Studio Cherrypick from lmp-docs ↵Scott Rowe
hange-Id: I4c396b1a6b689a32b5a3328e9948f363ebb1e37d, from lmp-dev Change-Id: I830da649d9fac2b87eff5ee5cfc3422d5ab65ffc, Cherrypick from klp-modular-docs Change-Id: Ifaae51e4fa3afbef3d81d260135fd348a6ccb612 Change-Id: I09a9473d73eb9c27ee6966b2a0e1cd736575db06
2014-10-22fix a few of the tags for helpouts compatibilitysmain@google.com
Change-Id: Ic7f6f281c937bcba8690a50ce1c5417689993352
2014-10-22add helpouts widget to first round of pagessmain@google.com
Change-Id: I2afafb2bf682c5d514eb1adde27bf0277e709198
2014-04-01docs: Added notes to use the last SDK version to the Build your First App class.Ricardo Cervera
Change-Id: I35820ff887b3d0f4ccc0ce7720576e3e692109b5
2014-03-13docs: Updated Building your First App tutorial. Bug: 13429905Ricardo Cervera
-Updated default code in activities from ADT -Updated screenshots for ADT wizards when changed -Updated activity_ with fragment_ where required -Other minor changes Stage: http://quixote.mtv:8004/training/basics/firstapp/creating-project.html Patch: Removed border from the new ADT screenshots. Patch: Replaced device screenshots using an Android 4.4 device. Patch: Addressed Katie's comments. Change-Id: Ic0acf714b1b5913f1f82d6eafac53666a721dfe4
2012-12-04update building first app class with some changes to eclipse workflowScott Main
and account for small differences when using an IDE other than eclipse Change-Id: I1ea8a00cd3d03623a43d6b5f75234095130c0aa3
2012-07-24docs: specify that adt v20 or higher is required for classScott Main
Change-Id: I11b9bdf59d10fad2dc49ccda47078e273fe064f7
2012-07-23docs: update Building Your First App class to reflect changes to New Project ↵Scott Main
setup in eclipse Change-Id: I57c02676fbc2886872c2d294c5517b458e8751c5
2012-06-21Massive clobber of all HTML files in developer docs for new site designScott Main
Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
2012-04-09docs: add 101 Training class "Building Your First App"Scott Main
Change-Id: I9a1f27dc2b44fac8b0e9fbeb9326b5c62a93bc41