[Q] Compile error

Search This thread

rharshit

Senior Member
Jul 17, 2012
700
1,113
Mumbai
Hey
I'm trying to build new ROM with CM11 base. Here I edited a few files for HALO))) and got many errors. Fixed all but one.
Can anyone help me with this?

frameworks/base/services/java/com/android/server/am/ActivityStackSupervisor.java:1221: cannot find symbol
symbol : constructor ActivityRecord(com.android.server.am.ActivityManagerService,com.android.server.am.ProcessRecord,int,java.lang.String,android.content.Intent,java.lang.String,android.content.pm.ActivityInfo,android.content.res.Configuration,com.android.server.am.ActivityRecord,java.lang.String,int,boolean,com.android.server.am.ActivityStackSupervisor)
location: class com.android.server.am.ActivityRecord
ActivityRecord r = new ActivityRecord(mService, callerApp, callingUid, callingPackage,
^


Screenshot in the attachment
And ya, i didnt edit "ActivityStackSupervisor.java"