标签: buildbox

Android Studio 中的密钥存储路径是什么?

我刚刚使用 Buildbox 创建了我的第一个游戏,并尝试将其上传到 Google Play 商店。显然,我必须使用Android Studio将游戏文件转换为APK。到目前为止,我知道如何打开它并选择“生成签名的 APK”或类似的内容,但随后我会看到这样的屏幕。 在此输入图像描述 我几乎对此一无所知,所以我是否应该创建一个新的密钥存储路径?我已经有一个了吗?我该怎么做?

任何提示表示赞赏:)

android apk android-studio buildbox

9
推荐指数
2
解决办法
3万
查看次数

如何创建对象并在 Objective-C 中使用它?

我正在为我的游戏使用 Buildbox。我实施了自定义激励广告。问题是当奖励视频打开时游戏音乐会继续。我想在观看视频后静音和取消静音。

我知道 Java,但我不擅长 Objective-C 和 Cocos2dx。

我的AudioEngine.h类:在 libs/cocos2dx/include/audio/include/ 下

/****************************************************************************
 Copyright (c) 2014-2015 Chukong Technologies Inc.

 http://www.cocos2d-x.org

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do …
Run Code Online (Sandbox Code Playgroud)

objective-c objective-c-2.0 ios cocos2d-x buildbox

6
推荐指数
3
解决办法
380
查看次数