Android Studio 3.1.4 報錯Failed to find style 'coordinatorLayoutStyle' in current theme
使用最新版的AS3.1.4安裝後 執行hello world程式,預覽報錯Failed to find style ‘coordinatorLayoutStyle’ in current theme。
如圖。
網上找了些方法,沒解決,然後去Google找了下,在stackoverflow上找到了解決辦法。
由於這個版本的AS我安裝的是28的Android SDK,據說是版本太高了,stackoverflow上說將版本該為27就好使了。附原問題連結:Stack Overflow
更改\MyApplication\app\build.gradle檔案
如圖:
compileSdkVersion 28
targetSdkVersion 28
改為
compileSdkVersion 27
targetSdkVersion 27
依賴版本號改為:
implementation ‘com.android.support:appcompat-v7:27.1.1’
implementation ‘com.android.support:design:27.1.1’
然後AS提醒你,更改後呀同步。
同步後檢視效果,雖然還是在報錯,不過已經可以預覽了。
相關推薦
Android Studio 3.1.4 報錯Failed to find style 39;coordinatorLayoutStyle39; in current theme
使用最新版的AS3.1.4安裝後 執行hello world程式,預覽報錯Failed to find style ‘coordinatorLayoutStyle’ in current theme。 如圖。 網上找了些方法,沒解決,然後去Google找了下,在stackoverflo
Android Studio 3.1.4,gradle 4.4解決Error:Unable to resolve dependency for ':@debug/compileClasspath'問題
最近把Android studio升級到3.1.4,可是新建一個空專案在build的時候都出現問題,本來不是很重視,把不需要的直接注掉即可,但是因為匯入公司的一個專案來編譯,結果還是報了同樣的錯(引入的依賴庫出現了問題),最終在網上找了很多方法,最終解決了,記錄下過程
Android Studio 3 Gradle外掛報錯:AAPT2 error: check logs for details
Error:failed linking file resources. Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.
真正解決方案:Cannot resolve symbol 'xxx' (Android Studio 3.1.4)
最近更新了Android Studio 到最新版本3.1.4,但是卻出現了一個問題, Cannot resolve symbol ‘Theme’ in styles.xml (Android Studio) Failed to load AppCo
專案報錯-failed to find build tools revision 26.0.1
問題: failed to find build tools revision 26.0.1 原因: build tools revision版本不對 解決方法: 第一步: tools ->android ->sdk manager-
Android Studio更新後出現Error:Cause: failed to find target with hash string 'android-23' 錯誤
今天使用vpn更新了android Studio,更新過程中一切順利,誰知更新完成後原來的專案一片錯誤,提示failed to find target with hash string ‘android
Android Studio更新3.1後報錯
3.1 gradle 對依賴包及寄來工程的引用關鍵字發生改變:compile 改為 api,instrumentTest 改為 androidTest具體原因百度好了。https://www.jianshu.com/p/4e6bd83900b3升級3.1後build報錯,gr
android studio 3.1 升級gradle4.4時所踩到的坑
轉載自:https://blog.csdn.net/Public_x/article/details/80224838 公司原專案是使用Android studio 2.3編譯的,最近將Android studio升級到3.1後,build apk 時提示: The pro
原 AS升級3.1 編譯報錯:The SourceSet 'instrumentTest' is not recognized by the Android Gradle Plugin.
AndroidStudio升級到3.1後編譯報錯:The SourceSet ‘instrumentTest’ is not recognized by the Android Gradle Plugin.專案中 gradle 配置sourceSets { main
maven pom 報錯 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project xxxxx: Execution defa
Android Studio編譯大工程報錯:java.exe'' finished with non-zero exit value 1
困擾了三天的Android Studio編譯報錯終於解決了! 三天嘗試了各種不同的方案針對各個不同的方方面面,然而真相只有一個! 原問題情景:由於專案工程特別大,在編譯一段後就會報下面這個錯誤: Error:Execution failed for t
android studio 報錯Failed to save settings解決方法
1.先Enable Android SUPPORT,可以在file->setting->plugin設定2.嘗試刪除C:\Users\Administrator下面的.AndroidStudio/config, .AndroidStudio/system and
android studio匯入eclipse專案報錯 Error: Some file crunching failed, see logs for details
最近開始在專案中全面的使用Android Studio,之所以不再使用eclipse,首先adt不再更新,所以沒有辦法使用最新的sdk,再者eclipse構建專案很難解決方法數超標的問題
spark-2.4.3-bin-without-hadoop 啟動報錯 failed to launch: nice -n 0
錯誤日誌 [root@xy01 spark-2.4.3-bin-without-hadoop]# ./sbin/start-mas
Android studio 代碼突然報錯解決方案
cache dst roi image 技術分享 users 方案 file sdn 1.點擊File->Invalidate Caches / Restart... 2.重啟Gradle,清除緩存 3.Clean Project 4.關閉Android Stud
Android Studio 3.1 Beta 1發布,如何及時下載更新
數字串 spa linux版本 版本號 分享 一段 blog tps 文件名 每次收到Android Studio更新提示,總是延遲一段時間才能下載的到或者更新成功。架梯子也不行。而且更新檢測也是時斷時續。Android Studio 3.0.1使用一段時間,多開幾個工程。
Android Studio 3.1.3正式版的新坑。。。
androi exc process uil path time ESS RoCE IV Gradle編譯時沒問題,運行App時候出現: java.util.NoSuchElementException java.lang.RuntimeExcep
Android Studio 新建Andorid工程報錯: Conflict with dependency 39;com.android.support:support-annotations39;
bug 方法 andro erro failed resolv and div tails 新建Android工程報錯: Error:Execution failed for task ‘:app:preDebugAndroidTestBuild‘. > Confl
【Android】實用教程:匯入android-gif-drawable包,不用在GitHub下載(Android Studio 3.1.2)
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80193877 【AS版本】 【步驟】 1、開啟Project Structural。(可點選圖示,也可以在File選單中開啟,也可以按Ctrl+Al
【Android】實用教程:匯入SlidingMenu包,不用在GitHub下載(Android Studio 3.1.2)
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80192923 【AS版本】 【步驟】 1、開啟Project Structural。(可點選圖示,也可以在File選單中開啟,也可以按Ctrl+Al