报错
#./aapt dump badging me.pplay.payment.apk
./aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
解决
#yum whatprovides "*/*libstdc++.so.6"
看看哪个已经安装,那个需要安装,安装的时候要安装开发包。
本文出自 “秋风颂” 博客,请务必保留此出处http://qiufengsong.blog.51cto.com/7520243/1382748
原文:http://qiufengsong.blog.51cto.com/7520243/1382748