文字列をクラス名に変換しようとしています。私のコードは次のとおりです。
app.actNum = "third.class";
in.close();
//on test
// Intent intent = new Intent(this.context,Class.forName(app.actNum));
Intent dialogIntent = new Intent(getBaseContext(), Class.forName(app.actNum));
しかし得る
get ClassNotFoundException on Class.forName android