I solve the problem.
#include <QtCore/private/qandroidextras_p.h>
The private folder is not included in the qtcore folder.
private folder is included in the "6.4.2(qt version)" folder. you have to copy the private folder to first QtCore folder.
and if you include "QtCore/private/qandroidextras_p.h", it will succeed.
and Refer to this article and request for permission, and it will succeed.
Requesting Android permissions in Qt 6
I hope this article will be helpful to others.