반응형 분류 전체보기232 [Android - Error] Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details 🔧 Error Message Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details android.enableAapt2=false 🚀 REFERENCE Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details This is the output of my Gradle console, I am unable to build my project D:\Android Projects\....\app\src\main\res\layout\topic_view_header.xml Error:error: resource attr/?? (aka -.. 2019. 6. 27. [iOS - Error] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' 🔧 Error Message Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' 기본 UI ViewController를 지정하지 않아서 나오는 오류로 컨트롤러를 선택한 후 'Is Initial View Controller' 항목을 체크합니다. 🚀 REFERENCE iOS 7 - Failing to instantiate default view controller I am using Xcode 5 in a newly created app and when I just create it I go for the run button e click on it, then the project gets built but it .. 2019. 6. 27. [Android] 브로드캐스트 리시버 (Broadcast Receiver) 📣 브로드캐스트 리시버 (Broadcast Receiver) Android apps can send or receive broadcast messages from the Android system and other Android apps, similar to the publish-subscribe design pattern. These broadcasts are sent when an event of interest occurs. For example, the Android system sends broadcasts when various system events occur, such as when the system boots up or the device starts charging. Apps can.. 2019. 6. 26. [Android] Service 📣 Service A Service is an application component that can perform long-running operations in the background, and it doesn't provide a user interface. Another application component can start a service, and it continues to run in the background even if the user switches to another application. Additionally, a component can bind to a service to interact with it and even perform interprocess comm.. 2019. 6. 25. 이전 1 ··· 48 49 50 51 52 53 54 ··· 58 다음 반응형