구글(317)
-
Warning-Consider adding android:layout_alignParentStart="true" to better support right-to-left layouts
에러메시지 Consider adding android:layout_alignParentStart="true" to better support right-to-left layouts 해결방법1 Window | Preferences | Android | Lint Error Checking Security: 레벨을 Error -> Warining으로 변경합니다. eclipse 재시작 모든 프로젝트 클린 수행 eclipse > project > clean 해결방법2 When saving files, check for errors 항목 체크 해제 이 경우 관련 warning 과 error 알림을 모두 받지 못하게 될 수 있으니 주의하시기 바랍니다. 해결방법3 AndroidManifest.xml의 applicati..
-
Warning-Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead
경고 메시지 Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead 해결 방법 Clean을 수행하면 사라집니다. eclipse > Project > Clean...
-
Error-D/dalvikvm(1904): newInstance failed: Lkr/android/actionbardemo/MainActivity; not accessible to Landroid/app/Instrumentation;
오류 메시지 07-24 02:42:16.148: D/dalvikvm(1904): newInstance failed: Lkr/android/actionbardemo/MainActivity; not accessible to Landroid/app/Instrumentation; 해결방법 클래스에 대한 접근 지정자를 확인해 보시기 바랍니다. MainActivity클래스에 접근지정자가 빠져 있어서 실행과 동시에 중지 되어 버립니다. public으로 접근지정자를 선언해주면 해결됩니다.
-
google inbox(인박스) 초대장 요청 메일 작성하기, 요청후 초대장 회신 기간
Google Inbox site http://www.google.com/inbox/ 초대장 요청 메일 발송하기 우측 상단의 REQUEST INVITE 클릭 inbox@google.com메일로 초대장을 보내달라는 메일을 보내면 됩니다. 요청시 메일 제목은 "invite me" 라고만 적은 후 간단하게 메일 내용 작성하신 후 보내면 됩니다. 초대장 회신 기간 요청 후 거의 하루가 안걸려서 초대장을 받았습니다. 2015-02-10 00:00초대장 요청 메일 발송2015-02-10 오후 12:56초대장 확인 초대장 확인
-
Inbox by Gmail
Google Inbox site http://www.google.com/inbox/ Inbox 특징 메일을 같은 성격끼리 번들로 묶어서 보여주기 제품 주문 상태, 항공 예약 등 중요한 메일만 볼 수 있는 하이라이트 기능, 할 일을 미리 입력하면 알려주는 리마인더 기능, 스누즈 기능등 구글의 지메일 팀에서 말하는 Inbox 앱의 특징은 "인박스는 정말 중요한 것에 집중할 수 있게 설계됐다."
-
Error-All versions of the libraries must be the same at this time.
오류 메시지 [2014-07-06 15:47:10 - HellowAndroid] Found 2 versions of android-support-v4.jar in the dependency list, [2014-07-06 15:47:10 - HellowAndroid] but not all the versions are identical (check is based on SHA-1 only at this time). [2014-07-06 15:47:10 - HellowAndroid] All versions of the libraries must be the same at this time. [2014-07-06 15:47:10 - HellowAndroid] Versions found are: [2014-0..