一、问题描述
Android Studio无法找到tool.jar
错误提示:
Failed to build apk.See the Console for details.CommandInvokationFailure:Failed to build apk
如下图所示:
二、解决方案
困扰两天的问题终...
using System.Collections;using System.Collections.Generic;using UnityEngine;public class player : MonoBehaviour{ public GameObject PrintPrefab; // Use this for initialization void Start() ...