save and view snapshot image from android device
问题 I'm having a problem with saving image into an android device this is what i did My java class : package com.test.app; import com.unity3d.player.UnityPlayerActivity; import android.os.Bundle; public class MainActivity extends UnityPlayerActivity { protected void onCreate(Bundle myBundle) { super.onCreate(myBundle); } public string GetPath(){ return Environment.getExternalStorageDirectory().toString(); } } in eclipse i made my project as a jar file from project setting --> set as library , got