logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

开发了一款Android小游戏:开心打地鼠

使用Android studio开发了一款游戏《开心打地鼠》。在本项目中,玩家通过点击屏幕上的“地鼠”来获得分数,尽可能地击中更多的地鼠,提升用户的反应速度和手眼协调能力。

文章图片
#android#android studio#游戏程序
Android studio AAPT: error: attribute android:requestLegacyExternalStorage not found.

AAPT: error: attribute android:requestLegacyExternalStorage not found.工程 采用的sdk 为 28 ,更新第三方sdk后编译报错。解决办法:把compileSdkVersion设置为29。https://blog.csdn.net/zqurapig/article/details/109474011https://blog.cs

#android studio#android
开发一个Android休闲小游戏 —— 水果连连看

"水果连连看"是一款经典的休闲益智小游戏。游戏的目标是通过连接相同的水果图标来消除它们,最终清空整个游戏界面。它以其简单易懂的规则和有趣的玩法而受到许多玩家的喜爱。

文章图片
#android
android studio , Connect to 127.0.0.1:1081 [/127.0.0.1] failed: Connection refused: connect

AS, 报错 : Connect to 127.0.0.1:1081 [/127.0.0.1] failed: Connection refused: connect> Could not resolve com.github.bumptech.glide:compiler:4.11.0.> Could not get resource 'https://dl.google.com/d

#android studio#android#gradle
到底了