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.
エラーを修正する方法を見つけたい()Android 4 APIレベル14を使用しました、次のコード
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.JELLY_BEAN) { adapter.setBeamPushUris(null, this); }
このコードを使用するために、私を助けてください!
ビルドターゲットを変更すると、コンパイルされるはずです。
In Project -> properties -> Android-> Select 4.1
編集:また、あなたの状態は正しくありません。このAPIはJellyBeanで導入されたので
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN)