我可以正确地捆绑和签名,但是当我尝试上传.aab时,我得到了这个错误 Your app currently targets API level 27 and must target at least APIChange your app's target API level to at least 29.我的gradle.build以API 29为目标,版本代码是9,我不知道这是怎么回事。
我输入了我的信用卡信息,购买了"Google Maps API v2“、"Google Maps API v3”和"Google Maps Geolocation API“。我确信我的API_key是正确的。但是当我的android应用程序查询地理位置服务器时,服务器每次都会返回403(访问未配置)。