作者wu110011 (不下棋)
標題Re: [問題] UI問題請教
時間Tue Apr 12 12:45:14 2016
http://blog.nkdroidsolutions.com/android-bottom-sheets-example-using-appcompat-v23-2-support-library/
我參考上面網頁連結的教學,下載Source Code後,
可以正常在Android Studio上Run,
但是我需要轉換到Eclipse上時遇到了一個問題,
在AS中build.gradle檔案中有引用以下jar檔
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'
}
我要如何把Android Studio中的com.android.support:appcompat-v7:23.2.0、
com.android.support:design:23.2.0、com.android.support:recyclerview-v7:23.2.0
轉換到Eclipse中呢?
謝謝
※ 引述《wu110011 (不下棋)》之銘言:
: 請問Android要如何做出像下圖中,Google Map + List View的效果呢?
: http://ken12345678.pixnet.net/album/photo/301854680
: 有什麼方式可以達成呢? 謝謝~
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.134.18.54
※ 文章網址: https://www.ptt.cc/bbs/AndroidDev/M.1460436318.A.7E4.html
→ corrupt003: 為什麼不直接用AS就好?去電腦裡的SDK資料夾找support 04/12 16:44
→ corrupt003: library 資料夾,import 到 eclipse project 就好 04/12 16:44