आपके स्टैक ट्रेस की पहली पंक्ति आपको बताती है कि आप वास्तव में क्या गलत कर रहे हैं:
02-06 00:37:14.265: ERROR/AndroidRuntime(1607): FATAL EXCEPTION: main
02-06 00:37:14.265: ERROR/AndroidRuntime(1607): java.lang.IllegalStateException: Could not find a method postData(View) in the activity class com.nathanhunston.heat.Main for onClick handler on view class android.widget.Button with id 'dropLocBtn'
ऐसा इसलिए है क्योंकि आपके पास View
नहीं है आपके postData()
. में पैरामीटर विधि घोषणा।