xamarin.android - Xamarin apk signed install location -
i have single-view app made in xamarin, visual studio 2017. if run app visual studio in debug mode, app gets installed in sdcard/android/data/...
if build on release , sign apk ad-hoc(the use adk install), or run on release directly, app gets installed, unable find where. apparently in secure hidden location on device, have no access.
is there special need have apk can installed , deployed in android/data/.. ?
thank you.
Comments
Post a Comment