4.0 Emulator AVD를 Start 하여 Progress 가 진행이 됐지만!!!
아무것도 안나오고 응답이 없는 경우가 있습니다..
이럴땐 AVD Edit -> Hardware에서 New 선택 -> Device Ram size 512로 되어있는걸 256으로 변경!
하면 잘 됩니다.
저는 문제 없었는데 위 처럼 고생하시는분을 2-3명 봤네요 ^^;
다른 해결방안을 아시는분은 적어주세요!
처음 실행 액티비티 설정에 문제가 있는 경우에도 저런 현상이 나오는데 이럴때는 Androidmanifest.xml 에
<activity > 안에다
<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
넣어주심 됩니다.
로그인 유지
처음 실행 액티비티 설정에 문제가 있는 경우에도 저런 현상이 나오는데 이럴때는 Androidmanifest.xml 에
<activity > 안에다
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
넣어주심 됩니다.