Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发和带有 Imageview 的 android 模拟时钟小部件我需要在单击图像视图时启动和活动,任何想法(我基本上是 Java 开发人员,但对 Android 不熟悉)
它没有显示我尝试过的 logcat 中的任何日志
String action = intent.getAction(); Log.v("info",action); Log.i("info",action); Log.d("info",action);
有什么建议么 ...
谢谢你
在您的应用程序中使用 ImageButton 而不是 ImageView。