问题
I'm trying to understand if there is an Android SDK available for Linux ppc64. I downloaded the Linux SDK tools only package from here (android-sdk_r24.3.3-linux.tgz
at the time of downloading), but when I try to run tools/android
from the downloaded package, I get an error message saying:
SWT folder `/home/user/android-sdk-linux/lib/ppc64` does not exist.
Please export ANDROID_SWT to point to the folder containing swt.jar for your installation.
It appears that the error is correct; only x86
and x86_64
directories exist in lib that contain swt.jar
files.
I would assume, therefore, that the Android SDK is only available for Linux x86. But I can't find a definitive statement anywhere. Can someone confirm? If not, where would I get a ppc64 version of the SDK from?
来源:https://stackoverflow.com/questions/31607693/is-there-an-android-sdk-for-linux-ppc64