※ 引述《sunkill (等待的距離)》之銘言:
: android的核心是linux
: 但我們大多都在windows下寫app
: 有沒有可以在linux文字模式下用java寫android的app相關資料呢?
: 我是debian linux有可能建構這樣的環境嗎?
: 如果要測app 我就直接把app丟進手機實測
: 請問這樣可行嗎?
: 感謝
只在文字模式下開發應該是可行的
之前在Debian下試過 vim 編輯, ant build, adb到實機測試
不過如原文推文說的 要修改layout比較麻煩就是了
附上一些參考資料
Managing Projects from the Command Line
https://developer.android.com/tools/projects/projects-cmdline.html
Building and Running from the Command Line
https://developer.android.com/tools/building/building-cmdline.html