我想在Mac上使用带有android sdk的aapt命令(文件夹/build-tools/24.0.1)。但每当我尝试使用该命令时,我都会收到命令未找到的消息(aapt / aapt2)。这在终端和Android Studio中都不起作用。
如果我列出了24.0.1中的可用命令。终端中的文件夹,两个命令旁边都有一个星号,描述如下:
var req = {
access_token:"page_access_token",
message:"posting with page token",
link:"http://www.google.com"
}
$.ajax({
url: 'https://graph.facebook.com/v2.7/pageid/feed',
type: 'post',
data: JSON.stringify(req),
contentType: "application/x-www-form-urlencoded",
dataType: "json",
success: function(response) {
console.log(response);
},
error: function() {
console.log("Not able to send message");
}
});
如何再次启用这些命令?更新构建工具没有帮助。
答案 0 :(得分:24)
检查您的路径并检查其是否正确。
只需修改~/.bash_profile
添加此行:
export PATH=$PATH:/PATH/TO/android-sdk-macosx/build-tools/x.x.x