我刚刚开始使用Google Cloud Endpoint。
运行android应用时,我在logcat中看到以下警告:
Tag: AbstractGoogleClient
Text: Application name is not set. Call Builder#setApplicationName.
在哪里设置应用程序名称?它是在android还是应用引擎/云端点中?
我可以右键单击->将.NET核心Razor应用程序发布到具有不同发布配置文件的远程IIS服务器上,但我只能在发布配置文件中将EnvironmentName设置为开发时才能看到开发人员异常.
<PropertyGroup>
<EnvironmentName>Development</EnvironmentName>
</PropertyGroup>
否则我会看到:
Development Mode
Swapping to the Development environment displays detailed inf
我在本地机器上移动了我的VS项目。现在,当我尝试构建它时,它会中断,因为它在旧位置查找元数据文件。如何更改这些路径?
Error 1 Metadata file 'C:\somelocation\somelocation\kb.dll' could not be found
我在哪里可以告诉visual studio在哪里可以找到这些文件?
谢谢!
我正在创建一个带有云端点的后端GAE项目。我还想创建一个使用这些端点的Android应用程序,我在文档中发现,我必须将java源代码类复制到我的Android项目中,才能访问端点。我真的不喜欢这种方法,在我为外部客户机开发端点的情况下(我不想给他们我的源代码,我更愿意给他们一个jar库,以避免复杂性)。
我发现读取自述文件也是用The generated service-specific library can be found in the top level directory of the zip file: google-api-services-noteendpoint-v1-rev