准备的工具:luac.exe CSDNhttps://mp.csdn.net/mp_download/manage/download/UpDetailed
Unity版:
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEngine;public static class Bat…
当直接运行release版本时,报错Error: The apk for your currently selected variant cannot be signed. Please specify a signing configuration for this variant (package64-release). 解决报错:添加签名,signingConfigs 写在buildTypes前…