Hi,
I created an application which consists of several activities. If I start a subactivity named DlgTitleTags from main activity everything goes well.
Another case is when I start a subactivity DlgLibrary and then from DlgLibrary DlgTitleTags the execution fails on line:
setContentView(R.layout.title_tags_dialog);
In the first example this line executes without errors so I'm wondering what could be wrong here.
This is the copy from log:
08-03 14:44:44.159: INFO/ActivityManager(58): Starting activity: Intent {
comp={dev.livecliq.android/dev.client.android.DlgTitleTags} (has extras) }
08-03 14:44:52.419: WARN/ResourceType(2033): Failure getting entry for 0x7f030006 (t=2 e=6) in package 0: 0xffffffb5
08-03 14:44:54.174: WARN/ActivityManager(58): Launch timeout has expired, giving up wake lock!
08-03 14:44:54.233: WARN/ActivityManager(58): Activity idle timeout for HistoryRecord{4333d468 {dev.client.android/dev.client.android.DlgTitleTags}}
I would appreciate your help.