older
V2EX  ›  Android

请问如何找一个 Android 项目的入口(首页)文件是哪个

  •  
  •   older · Jul 6, 2016 · 13868 views
    This topic created in 3624 days ago, the information mentioned may be changed or developed.
    5 replies    2016-07-07 08:28:19 +08:00
    BetaLe
        1
    BetaLe  
       Jul 6, 2016 via Android   ❤️ 1
    看 AndroidManifest.xml
    meunicorn
        2
    meunicorn  
       Jul 6, 2016
    AndroidManifest.xml , Activity 中,带这个的
    <intent-filter>
    <action android:name="android.intent.action.MAIN" />

    <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
    Cherish9527
        3
    Cherish9527  
       Jul 6, 2016
    楼上正解
    eminemcola
        4
    eminemcola  
       Jul 6, 2016
    同 2L
    F1ReKing
        5
    F1ReKing  
       Jul 7, 2016
    同 2L
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4108 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 05:17 · PVG 13:17 · LAX 22:17 · JFK 01:17
    ♥ Do have faith in what you're doing.