ScrollView には LinearLayout があります。この LinearLayout 内では、インデックス付きのビューを追加できません。
なんで?
例:
RelativeLayout relativeLayout = (RelativeLayout) getLayoutInflater().inflate(R.layout.android_messenger_sent_message, null);
TextView inbox_message = (TextView)relativeLayout.findViewById(R.id.sentMessage);
inbox_message.setText(conversationInfo.getBody()+" "+conversationInfo.getId());
linearLayoutGlobal.addView(relativeLayout,i);
ここi
で、 は 1 000 000 からの整数で、小さくなっています