Eigen 3.3.5 has been released on July 23, 2018.
This is a maintenance release fixing several minor bugs and compilations issues. For more details, look at the Changelog.
2018.3.5
private void setupDialog(){
final String[] items={拍照,相册};
AlertDialog.Builder listDialog = new AlertDialog.Builder(this);
listDialog.setItems(items, new DialogInterface.OnClickListener() {
Override
public void onC