I have cross-compiled the CRIU project and solved all the dynamic link libraries. Therefore, it can run in Android. So I log in my rooted Android device use <span style="font-family:courier new;">adb shell</span>, and type <span style="font-family:courier new;">criu check</span>, the result seems not good, it reports:<br />
<br />
<span style="font-family:courier new;">Error (namespaces.c:279): Can't readlink ns link: Invalid argument<br />
Error (namespaces.c:447): Can't make netns id</span><br />
<br />
<span style="line-height: 20.7999992370605px;"> So my question is that does CRIU supports Android now, since there are some difference between Linux kernel and Android kernel. If it does not supports Android, I want to porting CRIU to Android OS as I really interest in it.</span><br />