My fault should have explained a bit better.
I want to generate the bar code from some text. not the link to the
app.
Action
com.google.zxing.client.android.ENCODE
ActivityClass
com.google.zxing.client.android.encode.EncodeActivity
ActivityPackage
com.google.zxing.client.android
DataType
DataUri
Hello.
ExtraKey
ExtraValue
I received a new error " Could not encode a barcode from the data
provided. "
Well at least It tried to encode it.
so just putting the text in the data uri box didn't work
So I have to find where to put it and I think I have to give the data
type.
Action ,ActivityClass, ActivityPackage, DataType, DataUri, ExtraKey,
ExtraValue, ResultName.
In My example I had entered "Hello" for the DataURI
Do I enter the key "ENCODE_DATA" in the ExtraKey box and if so where
do I put the text "hello"
or
Should Action be
Action
com.google.zxing.client.android.ENCODE_DATA and again where do I but
the text.