-2
I get this error occcure when I build sign apk don't know but when I build simple apk these error does not occur,plz help me resolve this.錯誤:(48,13)錯誤:表達式
PTAdChartboostBridge.s_activity.get)
{
PTAdChartboostBridge(new Runnable);
{
public void run();
{
if (PTAdChartboostBridge.appId() == null || PTAdChartboostBridge.appSignature() == null) {
Chartboost.startWithAppId(PTAdChartboostBridge.activity, PTAdChartboostBridge.appId(), PTAdChartboostBridge.appSignature());
Chartboost.setLoggingLevel(Level.ALL);
Chartboost.setDelegate(delegate);
Chartboost.onCreate(PTAdChartboostBridge.activity);
initComplete = true;
Chartboost.onStart(PTAdChartboostBridge.activity);
return;
}
}
}
error is in this code plzz help???
所以在線路48是一個錯誤,但是,這是否行號指的是在你的代碼片斷? – dr0i