TROPHiT / UnityDeeplinks

A set of tools for Unity to allow handling deeplink activation from within Unity scripts
Apache License 2.0
103 stars 29 forks source link

Android compiling build_jar.sh #22

Open yosun opened 4 years ago

yosun commented 4 years ago

Changed JDK_HOME=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home

echo "Compiling ..." shows

Getting this error: MyUnityPlayerActivity.java:3: error: package com.unity3d.player does not exist

Is the .sh file supposed to be compiled in the Plugins folder directly in Project Assets?