Java tutorial
//package com.java2s; import android.util.Log; public class Main { public static void getApkPath() { Log.i("vitae", "hello"); } }