AndroidSha1限制API密钥失败
创始人
2024-10-10 02:00:27
0

API密钥基于Android应用程序的Sha1进行限制。如果在验证密钥时出现错误,请使用以下步骤解决问题:

  1. 打开Android Studio并打开项目。
  2. 在上方选择“Gradle”,然后展开项目并点击应用程序下的“任务”。
  3. 选择“android”并在应用程序级别上单击“signingReport”。
  4. 执行此命令后,您将获得应用程序的Sha1密钥。在Google API项目中添加此密钥。
  5. 更新应用程序的Manifest文件并使用新的API密钥。 以下是调用Google Places API时使用的代码示例:
private static final String API_KEY = "YOUR_API_KEY";

private static final String BASE_URL = "https://maps.googleapis.com/maps/api/place/nearbysearch/json?";

public interface PlacesService {

    @GET(BASE_URL)
    Call getNearbyPlaces(
            @Query("key") String apiKey,
            @Query("location") String location,
            @Query("radius") int radius,
            @Query("type") String type);

}

public class PlacesApiClient {

    private static final String TAG = PlacesApiClient.class.getSimpleName();

    private static PlacesApiClient instance;
    private Retrofit retrofit;

    private PlacesApiClient() {
        HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor();
        loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.BODY);

        OkHttpClient.Builder httpClient = new OkHttpClient.Builder();
        httpClient.addInterceptor(loggingInterceptor);

        retrofit = new Retrofit.Builder()
                .baseUrl(BASE_URL)
                .addConverterFactory(GsonConverterFactory.create())
                .client(httpClient.build())
                .build();
    }

    public static PlacesApiClient getInstance() {
        if (instance == null) {
            instance = new PlacesApiClient();
        }
        return instance;
    }

    public PlacesService getPlacesService() {
        return retrofit.create(PlacesService.class);
    }

}

相关内容

热门资讯

5分钟技法!wepoker轻量... 5分钟技法!wepoker轻量版透视系统(透视)一直真的是有辅助辅助(哔哩哔哩)1、进入游戏-大厅左...
第8分钟攻略!约局吧游戏挂(透... 第8分钟攻略!约局吧游戏挂(透视)切实存在有辅助教程(哔哩哔哩)1、玩家可以在约局吧游戏挂透视最简单...
三分钟指引!wepoker辅助... 三分钟指引!wepoker辅助分析器(透视)真是是真的有辅助工具(哔哩哔哩)1、玩家可以在wepok...
两分钟大纲!德州透视插件(透视... 两分钟大纲!德州透视插件(透视)果然真的是有辅助神器(哔哩哔哩)1、两分钟大纲!德州透视插件(透视)...
7分钟窍门!pokemmo手机... 7分钟窍门!pokemmo手机辅助软件(透视)确实真的有辅助开挂(哔哩哔哩)1、下载好pokemmo...
2分钟技法!wepoker有没... 2分钟技法!wepoker有没有挂(透视)本来真的是有辅助辅助(哔哩哔哩)1)wepoker有没有挂...
4分钟举措!wepoker辅助... 4分钟举措!wepoker辅助透视(透视)总是存在有辅助工具(哔哩哔哩)wepoker辅助透视辅助器...
第3分钟绝活儿!wepoker... 第3分钟绝活儿!wepoker安装教程(透视)好像是真的有辅助安装(哔哩哔哩)1、很好的工具软件,可...
两分钟指南书!wepoker游... 两分钟指南书!wepoker游戏下载(透视)好像是真的有辅助辅助(哔哩哔哩)1、操作简单,无需wep...
第8分钟诀窍!wpk辅助购买(... 第8分钟诀窍!wpk辅助购买(透视)本来真的是有辅助教程(哔哩哔哩)1)wpk辅助购买辅助插件:进一...