我嘗試通過Eclipse Luna使用Android開發工具。通過Eclipse進行Android開發
正是我嘗試使用的JBoss cordova developmet
我要運行Android模擬器的問題。所以我首先嚐試創建一個清晰的Android應用程序項目,它有以下錯誤。
我應該怎麼做來解決這些問題,並正常運行模擬器?
styles.xml
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources>
您在'styles.xml'中遇到了一個問題,導致ANT無法構建您的'R'文件,導致'MainActivity'中的錯誤。請發佈'styles.xml'的內容。檢查控制檯(而不是錯誤日誌)以獲取更多信息。 – 2015-02-11 07:28:21
我認爲該項目缺少android支持庫。 右鍵項目 - > Android工具 - >添加支持庫 – 2015-02-11 07:30:12
@MattClark這裏是該文件http://www.filedropper.com/styles_2 – foc 2015-02-11 07:32:05